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

Function emptyBannerDisplayState

apps/kimi-code/src/tui/banner/state.ts:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45);
46
47export function emptyBannerDisplayState(): BannerDisplayState {
48 return {
49 version: 1,
50 shown: {},
51 };
52}
53
54export async function readBannerDisplayState(
55 filePath: string = getBannerStateFile(),

Callers 2

state.test.tsFile · 0.90
readBannerDisplayStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected