pub fn load_graph(
entry: &Path,
no_cache: bool,
) -> Result<(LoadedGraph, CacheWriteHandle), Error>Expand description
Load a dependency graph using the real filesystem.
Convenience wrapper around load_graph_with_vfs that uses OsVfs.
pub fn load_graph(
entry: &Path,
no_cache: bool,
) -> Result<(LoadedGraph, CacheWriteHandle), Error>Load a dependency graph using the real filesystem.
Convenience wrapper around load_graph_with_vfs that uses OsVfs.