MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getBinDir

Function getBinDir

apps/kimi-code/src/utils/paths.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 * Return the managed tools directory: `<dataDir>/bin/`.
57 */
58export function getBinDir(): string {
59 return join(getDataDir(), KIMI_CODE_BIN_DIR_NAME);
60}
61
62/**
63 * Return the update cache file: `<dataDir>/updates/latest.json`.

Callers 4

paths.test.tsFile · 0.90
fd-detect.test.tsFile · 0.90
getManagedFdBinaryPathFunction · 0.90
downloadFdFunction · 0.90

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected