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

Method clear

src/chibiScript/ChibiRegistry.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public clear(): void {
27 this.store.clear();
28 }
29
30 public keys(): string[] {
31 return Array.from(this.store.keys());

Callers 6

listSyncInitFunction · 0.80
initProgressSchedulerFunction · 0.80
importEntriesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected