MCPcopy Create free account
hub / github.com/tinyplex/tinybase / transaction

Method transaction

src/@types/store/index.d.ts:616–616  ·  view source on GitHub ↗
(actions: () => Return, doRollback?: DoRollback)

Source from the content-addressed store, hash-verified

614
615 /// Store.transaction
616 transaction<Return>(actions: () => Return, doRollback?: DoRollback): Return;
617
618 /// Store.startTransaction
619 startTransaction(): this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected