Module renderer

Source

Structs§

SimpleRenderer

Functions§

calculate_size_and_sha256
Invoke write_nar, and return the size and sha256 digest of the produced NAR output.
walk_node 🔒
Process an intermediate node in the structure. This consumes the node.
write_nar
Accepts a Node pointing to the root of a (store) path, and uses the passed blob_service and directory_service to perform the necessary lookups as it traverses the structure. The contents in NAR serialization are writen to the passed AsyncWrite.