MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / extractFromSource

Method extractFromSource

src/index.ts:766–768  ·  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

764 * Extract nodes and edges from source code (without storing)
765 */
766 extractFromSource(filePath: string, source: string): ExtractionResult {
767 return extractFromSource(filePath, source);
768 }
769
770 // ===========================================================================
771 // Reference Resolution

Callers

nothing calls this directly

Calls 1

extractFromSourceFunction · 0.90

Tested by

no test coverage detected