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

Function getCacheDir

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

Source from the content-addressed store, hash-verified

49 * Return the CLI cache directory: `<dataDir>/cache/`.
50 */
51export function getCacheDir(): string {
52 return join(getDataDir(), KIMI_CODE_CACHE_DIR_NAME);
53}
54
55/**
56 * Return the managed tools directory: `<dataDir>/bin/`.

Callers 5

materializeVideoToCacheFunction · 0.90
createArchivePathFunction · 0.90
getBannerStateFileFunction · 0.85

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected