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

Function getLogDir

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

Source from the content-addressed store, hash-verified

42 * Return the diagnostic log directory: `<dataDir>/logs/`.
43 */
44export function getLogDir(): string {
45 return join(getDataDir(), KIMI_CODE_LOG_DIR_NAME);
46}
47
48/**
49 * Return the CLI cache directory: `<dataDir>/cache/`.

Callers 2

paths.test.tsFile · 0.90
logFeedbackUploadErrorFunction · 0.90

Calls 1

getDataDirFunction · 0.85

Tested by

no test coverage detected