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

Method resolve

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

Resolve a reference using framework-specific patterns

(ref: UnresolvedRef, context: ResolutionContext)

Source from the content-addressed store, hash-verified

202 detect(context: ResolutionContext): boolean;
203 /** Resolve a reference using framework-specific patterns */
204 resolve(ref: UnresolvedRef, context: ResolutionContext): ResolvedRef | null;
205 /**
206 * Opt a reference NAME through the resolver's name-exists pre-filter, even when
207 * no node is named that. Needed for dynamic dispatch where the call target is

Callers 15

initMethod · 0.65
initSyncMethod · 0.65
openMethod · 0.65
recreateMethod · 0.65
openSyncMethod · 0.65
isInitializedMethod · 0.65
waitUntilWatcherReadyMethod · 0.65
resolveFunction · 0.65
findNearestCodeGraphRootFunction · 0.65
resolveServerRootFunction · 0.65
planFrontloadFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected