Skip to main content

Module tree

Module tree 

Source
Expand description

FileTree — a virtual filesystem snapshot.

A FileTree maps relative paths to CAS blob hashes. It represents the state of a project at a particular point in the patch DAG. FileTrees are immutable snapshots — applying a patch produces a new tree.

Structs§

FileTree
A virtual filesystem snapshot: path → CAS blob hash.