Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperDebugger/paperdebugger
/ set
Method
set
webapp/_webapp/src/libs/storage.ts:74–76 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
72
}
73
74
set(value: T): void {
75
this.adapter.setItem(this.key, JSON.stringify(value));
76
}
77
78
remove(): void {
79
this.adapter.removeItem(this.key);
Callers
10
reset
Method · 0.95
background.ts
File · 0.45
socket-store.ts
File · 0.45
setItem
Method · 0.45
registerAdapter
Function · 0.45
googleAuthUrl
Function · 0.45
appleAuthUrl
Function · 0.45
opGetAllThreads
Function · 0.45
highlight
Function · 0.45
inlineSuggestionDecoration
Function · 0.45
Calls
1
setItem
Method · 0.65
Tested by
no test coverage detected