MCPcopy
hub / github.com/nbubna/store / clearAll

Method clearAll

index.d.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17export interface StoreAPI {
18 clear(): StoreBase;
19 clearAll(): StoreBase;
20 each(callback: EachFn): StoreBase;
21 get(key: any, alt?: any|Reviver): any;
22 getAll(fillObj?: StoredData): StoredData;

Callers 2

clearAllFunction · 0.80
store_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected