MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / initialize

Method initialize

src/resolution/index.ts:264–267  ·  view source on GitHub ↗

* Initialize the resolver (detect frameworks, etc.)

()

Source from the content-addressed store, hash-verified

262 * Initialize the resolver (detect frameworks, etc.)
263 */
264 initialize(): void {
265 this.frameworks = detectFrameworks(this.context);
266 this.clearCaches();
267 }
268
269 /**
270 * Run each framework resolver's cross-file finalization pass and persist

Callers 1

createResolverFunction · 0.95

Calls 2

clearCachesMethod · 0.95
detectFrameworksFunction · 0.90

Tested by

no test coverage detected