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

Method isInitialized

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

439 * Check if a directory has been initialized as a CodeGraph project
440 */
441 static isInitialized(projectRoot: string): boolean {
442 return isInitialized(path.resolve(projectRoot));
443 }
444
445 /**
446 * Close the CodeGraph instance and release resources

Callers 2

foundation.test.tsFile · 0.80

Calls 2

isInitializedFunction · 0.90
resolveMethod · 0.65

Tested by

no test coverage detected