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

Method removeItem

src/browser/contexts/UserPreferencesContext.test.ts:42–44  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

40 }
41
42 removeItem(key: string): void {
43 this.values.delete(key);
44 }
45
46 setItem(key: string, value: string): void {
47 this.values.set(key, value);

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected