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

Method detect

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

Detect if project uses this framework (project-level, called once at startup)

(context: ResolutionContext)

Source from the content-addressed store, hash-verified

168 languages?: Language[];
169 /** Detect if project uses this framework (project-level, called once at startup) */
170 detect(context: ResolutionContext): boolean;
171 /** Resolve a reference using framework-specific patterns */
172 resolve(ref: UnresolvedRef, context: ResolutionContext): ResolvedRef | null;
173 /**

Calls

no outgoing calls

Tested by

no test coverage detected