Skip to main content

build

Function build 

Source
pub fn build(root: &Path, files: &[SourceFile]) -> Graph
Expand description

Build the fs graph fragment from walked source files. Each file becomes a bare-path node carrying its type; each symlink also contributes an edge to its resolved target within the graph root.