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

Function getCodeGraphDir

src/directory.ts:85–87  ·  view source on GitHub ↗
(projectRoot: string)

Source from the content-addressed store, hash-verified

83 * Get the .codegraph directory path for a project
84 */
85export function getCodeGraphDir(projectRoot: string): string {
86 return path.join(projectRoot, codeGraphDirName());
87}
88
89/**
90 * Check if a project has been initialized with CodeGraph

Callers 15

constructorMethod · 0.90
recreateMethod · 0.90
getDaemonPidPathFunction · 0.90
spawnDetachedDaemonFunction · 0.90
runUninstallerFunction · 0.90
printIndexResultFunction · 0.90
writeErrorLogFunction · 0.90
mainFunction · 0.90
getDatabasePathFunction · 0.90
foundation.test.tsFile · 0.90

Calls 2

codeGraphDirNameFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected