MCPcopy Index your code
hub / github.com/MALSync/MALSync / delete

Method delete

src/chibiScript/ChibiRegistry.ts:22–24  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

20 }
21
22 public delete(key: string): boolean {
23 return this.store.delete(key);
24 }
25
26 public clear(): void {
27 this.store.clear();

Callers 3

emitterActionFunction · 0.80
removeEntryFunction · 0.80
undoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected