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

Method transact

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

Source from the content-addressed store, hash-verified

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}
35

Callers 1

store2.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected