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

Method clear

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

Source from the content-addressed store, hash-verified

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

Callers 3

clearFunction · 0.80
store_test.jsFile · 0.80
store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected