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.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