MCPcopy Index your code
hub / github.com/nbubna/store / setAll

Method setAll

index.d.ts:29–29  ·  view source on GitHub ↗
(data: Object, overwrite?: boolean|Replacer)

Source from the content-addressed store, hash-verified

27 remove(key: any, alt?: any|Reviver): any;
28 set(key: any, data: any, overwrite?: boolean|Replacer): any;
29 setAll(data: Object, overwrite?: boolean|Replacer): StoredData;
30 add(key: any, data: any): any;
31 size(): number;
32 transact(key: any, fn: TransactFn, alt?: any|Reviver): StoreBase;

Callers 1

store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected