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

Class

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

Source from the content-addressed store, hash-verified

202 * Orchestrates reference resolution using multiple strategies.
203 */
204export class ReferenceResolver {
205 private projectRoot: string;
206 private queries: QueryBuilder;
207 private context: ResolutionContext;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected