()
| 91 | * Return the banner display state file: `<dataDir>/cache/banner/state.json`. |
| 92 | */ |
| 93 | export 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. |
no test coverage detected