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

Function removeItem

apps/kimi-web/test/workspace-state.test.ts:152–154  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

150 return Array.from(data.keys()).at(index) ?? null;
151 },
152 removeItem(key: string) {
153 data.delete(key);
154 },
155 setItem(key: string, value: string) {
156 data.set(key, String(value));
157 },

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected