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

Method remove

webapp/_webapp/src/libs/storage.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 remove(): void {
79 this.adapter.removeItem(this.key);
80 }
81
82 reset(): void {
83 this.set(this.defaultValue);

Callers 6

showFunction · 0.45
tabs.tsxFile · 0.45
EmbedSidebarFunction · 0.45
UISettingsFunction · 0.45
unsuppressFunction · 0.45
applyThemeToElementFunction · 0.45

Calls 1

removeItemMethod · 0.65

Tested by

no test coverage detected