Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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);
Callers
15
RosettaBanner.stories.tsx
File · 0.45
ProjectPage.stories.tsx
File · 0.45
clearStoredAuthToken
Function · 0.45
resetStorybookPersistedStateForStory
Function · 0.45
clearPersistedAgentStatus
Method · 0.45
useCreationWorkspace.test.tsx
File · 0.45
resetStorybookPersistedStateForStory
Function · 0.45
resetStorybookPersistedStateForStory
Function · 0.45
RightSidebar.stories.tsx
File · 0.45
applyWorkspaceStorageOverrides
Function · 0.45
removeBackendEntryFromLocalStorage
Function · 0.45
updatePersistedState
Function · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected