MCPcopy
hub / github.com/cloudflare/vibesdk / transaction

Method transaction

container/storage.ts:184–188  ·  view source on GitHub ↗
(operation: () => T)

Source from the content-addressed store, hash-verified

182 }
183
184 public transaction<T>(operation: () => T): T {
185 // Use error database for transaction coordination
186 const transaction = this.errorDb.transaction(operation);
187 return transaction();
188 }
189
190 /**
191 * Close all database connections and cleanup

Callers 2

storeLogsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected