MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / removeKey

Method removeKey

src/scripts/storage/clipperData.ts:50–52  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

48 }
49
50 public removeKey(key: string): boolean {
51 return this.storage.removeKey(key);
52 }
53}

Callers

nothing calls this directly

Calls 1

removeKeyMethod · 0.65

Tested by

no test coverage detected