MCPcopy
hub / github.com/colbymchenry/codegraph / extract

Method extract

src/resolution/types.ts:189–189  ·  view source on GitHub ↗

* Extract framework-specific nodes and references from a file. * * Returns route nodes, middleware nodes, etc., plus unresolved references * that link those nodes to handlers (view classes, controller methods, * included modules). Unresolved references flow into the normal resolution

(filePath: string, content: string)

Source from the content-addressed store, hash-verified

187 * pipeline; the framework's own `resolve()` is one of the strategies tried.
188 */
189 extract?(filePath: string, content: string): FrameworkExtractionResult;
190 /**
191 * Cross-file finalization pass, called once after all per-file extraction
192 * completes (and again on every incremental sync). Used by frameworks where

Callers 4

processCodeBlocksMethod · 0.65
extractFromSourceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected