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

Method getResolutionContext

src/resolution/index.ts:1486–1488  ·  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

1484 * run synthesis passes against their own read-only connection.
1485 */
1486 getResolutionContext(): ResolutionContext {
1487 return this.context;
1488 }
1489
1490 /**
1491 * 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