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

Method resolve

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

Resolve a reference using framework-specific patterns

(ref: UnresolvedRef, context: ResolutionContext)

Source from the content-addressed store, hash-verified

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

Callers 15

initMethod · 0.80
initSyncMethod · 0.80
openMethod · 0.80
recreateMethod · 0.80
openSyncMethod · 0.80
isInitializedMethod · 0.80
waitUntilWatcherReadyMethod · 0.80
resolveFunction · 0.80
findNearestCodeGraphRootFunction · 0.80
planFrontloadFunction · 0.80
validatePathWithinRootFunction · 0.80
validateProjectPathFunction · 0.80

Calls

no outgoing calls

Tested by 4

realFunction · 0.64
inLegacyDirFunction · 0.64
terminateMethod · 0.64
terminateMethod · 0.64