Module tvix_store::nar::renderer

source ·

Structs§

Functions§

  • 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.
  • 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.