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

Method set

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

Source from the content-addressed store, hash-verified

26 namespace(namespace: string, singleArea?: true, delim?: string): StoreType;
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;

Callers 8

store_test.jsFile · 0.80
reviverFunction · 0.80
store.dot.jsFile · 0.80
store.dom.jsFile · 0.80
store.overflow.jsFile · 0.80
store.array.jsFile · 0.80
store2.jsFile · 0.80
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected