pub fn build(root: &Path, files: &[SourceFile]) -> GraphExpand 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.