MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / extractFromSource

Method extractFromSource

src/index.ts:1132–1134  ·  view source on GitHub ↗

* Extract nodes and edges from source code (without storing)

(filePath: string, source: string)

Source from the content-addressed store, hash-verified

1130 * Extract nodes and edges from source code (without storing)
1131 */
1132 extractFromSource(filePath: string, source: string): ExtractionResult {
1133 return extractFromSource(filePath, source);
1134 }
1135
1136 // ===========================================================================
1137 // Reference Resolution

Callers

nothing calls this directly

Calls 1

extractFromSourceFunction · 0.90

Tested by

no test coverage detected