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

Method getAll

index.d.ts:22–22  ·  view source on GitHub ↗
(fillObj?: StoredData)

Source from the content-addressed store, hash-verified

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

Callers 4

getAllFunction · 0.80
store_test.jsFile · 0.80
store.measure.jsFile · 0.80
store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected