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

Method initialize

src/resolution/index.ts:309–312  ·  view source on GitHub ↗

* Initialize the resolver (detect frameworks, etc.)

()

Source from the content-addressed store, hash-verified

307 * Initialize the resolver (detect frameworks, etc.)
308 */
309 initialize(): void {
310 this.frameworks = detectFrameworks(this.context);
311 this.clearCaches();
312 }
313
314 /**
315 * Run each framework resolver's cross-file finalization pass and persist

Callers 2

createResolverFunction · 0.95
resolver-worker.tsFile · 0.45

Calls 2

clearCachesMethod · 0.95
detectFrameworksFunction · 0.90

Tested by

no test coverage detected