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

Method size

index.d.ts:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 setAll(data: Object, overwrite?: boolean|Replacer): StoredData;
30 add(key: any, data: any): any;
31 size(): number;
32 transact(key: any, fn: TransactFn, alt?: any|Reviver): StoreBase;
33 area(id: string, area: Storage): StoreBase
34}

Callers 3

clearFunction · 0.80
clearAllFunction · 0.80
store_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected