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

Method detect

src/resolution/types.ts:202–202  ·  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

200 languages?: Language[];
201 /** Detect if project uses this framework (project-level, called once at startup) */
202 detect(context: ResolutionContext): boolean;
203 /** Resolve a reference using framework-specific patterns */
204 resolve(ref: UnresolvedRef, context: ResolutionContext): ResolvedRef | null;
205 /**

Calls

no outgoing calls

Tested by

no test coverage detected