Skip to main content

load_graph

Function load_graph 

Source
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.