Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ key
Function
key
apps/kimi-web/test/workspace-state.test.ts:149–151 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
147
return
data.get(key) ?? null;
148
},
149
key(index: number) {
150
return
Array.from(data.keys()).at(index) ?? null;
151
},
152
removeItem(key: string) {
153
data.delete(key);
154
},
Callers
nothing calls this directly
Calls
1
keys
Method · 0.80
Tested by
no test coverage detected