Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ key
Function
key
apps/kimi-web/test/storage-logic.test.ts:30–32 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
28
return
data.get(key) ?? null;
29
},
30
key(index: number) {
31
return
Array.from(data.keys()).at(index) ?? null;
32
},
33
removeItem(key: string) {
34
data.delete(key);
35
},
Callers
3
renderFooter
Method · 0.50
renderFooter
Method · 0.50
renderFooter
Method · 0.50
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected