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

Method postExtract

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

* Cross-file finalization pass, called once after all per-file extraction * completes (and again on every incremental sync). Used by frameworks where * a symbol's final representation depends on a sibling file the per-file * `extract()` never saw — e.g. NestJS's `RouterModule.register([...]

(context: ResolutionContext)

Source from the content-addressed store, hash-verified

201 * second run can recover the original in-file form from `qualifiedName`.
202 */
203 postExtract?(context: ResolutionContext): Node[];
204}
205
206/**

Callers 1

runPostExtractMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected