MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / getImports

Method getImports

masfactory-visualizer/src/parser/parser.ts:162–164  ·  view source on GitHub ↗

* Get imports map (for use by nodeParser)

()

Source from the content-addressed store, hash-verified

160 * Get imports map (for use by nodeParser)
161 */
162 getImports(): Map<string, ImportInfo> {
163 return this.imports;
164 }
165
166 getLastSourceFilePath(): string | undefined {
167 return this.lastSourceFilePath;

Callers 4

updateGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected