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

Method get

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

Source from the content-addressed store, hash-verified

19 clearAll(): StoreBase;
20 each(callback: EachFn): StoreBase;
21 get(key: any, alt?: any|Reviver): any;
22 getAll(fillObj?: StoredData): StoredData;
23 has(key: any): boolean;
24 isFake(force?: boolean): boolean;

Callers 9

getFunction · 0.80
store_test.jsFile · 0.80
store.dot.jsFile · 0.80
store.dom.jsFile · 0.80
store.deep.jsFile · 0.80
store.array.jsFile · 0.80
store2.jsFile · 0.80
localRequireFunction · 0.80
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected