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

Method finishTransaction

src/@types/store/index.d.ts:628–628  ·  view source on GitHub ↗
(doRollback?: DoRollback)

Source from the content-addressed store, hash-verified

626
627 /// Store.finishTransaction
628 finishTransaction(doRollback?: DoRollback): this;
629
630 /// Store.forEachTable
631 forEachTable(tableCallback: TableCallback): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected