Struct stack_graphs::graph::File [−][src]
pub struct File { /* fields omitted */ }
Expand description
A source file that we have extracted stack graph data from.
It’s up to you to choose what names to use for your files, but they must be unique within a stack graph. If you are analyzing files from the local filesystem, the file’s path is a good choice. If your files belong to packages or repositories, they should include the package or repository IDs to make sure that files in different packages or repositories don’t clash with each other.