Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ key
Function
key
apps/kimi-web/test/notification-logic.test.ts:17–19 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
15
return
data.get(key) ?? null;
16
},
17
key(index: number) {
18
return
Array.from(data.keys()).at(index) ?? null;
19
},
20
removeItem(key: string) {
21
data.delete(key);
22
},
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected