MCPcopy
hub / github.com/coder/mux / removeItem

Function removeItem

src/browser/stores/WorkspaceStore.test.ts:139–141  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

137 return Array.from(localStorageBacking.keys())[index] ?? null;
138 },
139 removeItem(key: string) {
140 localStorageBacking.delete(key);
141 },
142 setItem(key: string, value: string) {
143 localStorageBacking.set(key, value);
144 },

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected