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

Method remove

index.d.ts:27–27  ·  view source on GitHub ↗
(key: any, alt?: any|Reviver)

Source from the content-addressed store, hash-verified

25 keys(fillList?: string[]): string[];
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;

Callers 8

removeFunction · 0.80
store_test.jsFile · 0.80
store.array.jsFile · 0.80
store.cookies.jsFile · 0.80
store.measure.jsFile · 0.80
store2.jsFile · 0.80
jquery.jsFile · 0.80
actualDisplayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected