MCPcopy Create free account
hub / github.com/ChristianSchott/boris / ProjectModule

Class ProjectModule

project/boris_analysis/src/analysis.rs:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48pub struct ProjectModule {
49 pub name: String,
50 pub functions: Vec<Function>,
51 pub child_modules: Vec<ProjectModule>,
52}
53
54impl Analysis {
55 // taken from ra_ap_ide::Analysis to get access to the analysis host

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected