MCPcopy Index your code
hub / github.com/rpamis/comet / resolveCodegraphCommand

Function resolveCodegraphCommand

src/core/codegraph.ts:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49function resolveCodegraphCommand(): string | null {
50 if (isCommandAvailable('codegraph')) return 'codegraph';
51 return resolvePnpmGlobalCommand('codegraph');
52}
53
54async function ensureCodegraphCli(
55 projectPath: string,

Callers 3

checkCodegraphFunction · 0.85
selectNpmDepsFunction · 0.85
ensureCodegraphCliFunction · 0.85

Calls 2

isCommandAvailableFunction · 0.85
resolvePnpmGlobalCommandFunction · 0.85

Tested by

no test coverage detected