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§
- File
Tree - A virtual filesystem snapshot: path → CAS blob hash.