MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / remove

Method remove

webapp/office/src/libs/storage.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 remove(): void {
85 this.adapter.removeItem(this.key);
86 }
87
88 reset(): void {
89 this.set(this.defaultValue);

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.65

Tested by

no test coverage detected