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

Method isInitialized

src/index.ts:406–408  ·  view source on GitHub ↗

* Check if a directory has been initialized as a CodeGraph project

(projectRoot: string)

Source from the content-addressed store, hash-verified

404 * Check if a directory has been initialized as a CodeGraph project
405 */
406 static isInitialized(projectRoot: string): boolean {
407 return isInitialized(path.resolve(projectRoot));
408 }
409
410 /**
411 * Close the CodeGraph instance and release resources

Callers 2

foundation.test.tsFile · 0.80

Calls 2

isInitializedFunction · 0.90
resolveMethod · 0.80

Tested by

no test coverage detected