Function tvix_store::nar::renderer::walk_node

source ·
async fn walk_node<BS, DS>(
    nar_node: Node<'_, '_>,
    castore_node: &Node,
    name: &[u8],
    blob_service: BS,
    directory_service: DS
) -> Result<(BS, DS), RenderError>
Expand description

Process an intermediate node in the structure. This consumes the node.