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

Method isInitialized

src/index.ts:398–400  ·  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

396 * Check if a directory has been initialized as a CodeGraph project
397 */
398 static isInitialized(projectRoot: string): boolean {
399 return isInitialized(path.resolve(projectRoot));
400 }
401
402 /**
403 * 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