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

Method each

index.d.ts:20–20  ·  view source on GitHub ↗
(callback: EachFn)

Source from the content-addressed store, hash-verified

18 clear(): StoreBase;
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;

Callers 7

eachFunction · 0.80
store2.jsFile · 0.80
jquery.jsFile · 0.80
createOptionsFunction · 0.80
buildParamsFunction · 0.80
inspectFunction · 0.80
createTweensFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected