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

Method getResolutionContext

src/resolution/index.ts:1478–1480  ·  view source on GitHub ↗

* The resolver's live ResolutionContext — resolver-pool workers use it to * run synthesis passes against their own read-only connection.

()

Source from the content-addressed store, hash-verified

1476 * run synthesis passes against their own read-only connection.
1477 */
1478 getResolutionContext(): ResolutionContext {
1479 return this.context;
1480 }
1481
1482 /**
1483 * Re-queue deferred post-pass refs produced by resolver workers, preserving

Callers 1

resolver-worker.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected