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

Function getBannerStateFile

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

Source from the content-addressed store, hash-verified

91 * Return the banner display state file: `<dataDir>/cache/banner/state.json`.
92 */
93export function getBannerStateFile(): string {
94 return join(getCacheDir(), KIMI_CODE_BANNER_DIR_NAME, KIMI_CODE_BANNER_STATE_FILE_NAME);
95}
96
97/**
98 * Return the user input history file for a given working directory.

Callers 3

state.test.tsFile · 0.90
readBannerDisplayStateFunction · 0.90
writeBannerDisplayStateFunction · 0.90

Calls 1

getCacheDirFunction · 0.85

Tested by

no test coverage detected