MCPcopy 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

resetMethod · 0.95
background.tsFile · 0.45
socket-store.tsFile · 0.45
setItemMethod · 0.45
registerAdapterFunction · 0.45
googleAuthUrlFunction · 0.45
appleAuthUrlFunction · 0.45
opGetAllThreadsFunction · 0.45
highlightFunction · 0.45

Calls 1

setItemMethod · 0.65

Tested by

no test coverage detected