MCPcopy Create free account
hub / github.com/cloudflare/computer / transactionSync

Method transactionSync

packages/dofs/src/types.ts:15–15  ·  view source on GitHub ↗
(closure: () => T)

Source from the content-addressed store, hash-verified

13 sql: SQLStorageLike;
14 transaction?<T>(closure: () => T | Promise<T>): T | Promise<T>;
15 transactionSync?<T>(closure: () => T): T;
16}

Callers 15

testing.test.tsFile · 0.65
constructorMethod · 0.65
rev.test.tsFile · 0.65
stageBlobFunction · 0.65
writeFetchCursorFunction · 0.65
blobs.test.tsFile · 0.65
applyDirectoryEntryFunction · 0.65
index.test.tsFile · 0.65
initializeSchemaFunction · 0.65
writeFileStreamingFunction · 0.65
createFileSyncFunction · 0.65
releaseWriteBufferSyncFunction · 0.65

Implementers 3

SQLiteTestStoragepackages/dofs/src/testing.ts
RecordingStoragepackages/dofs/src/testing-recording.ts
CountingStoragepackages/dofs/src/bench/counting-stora

Calls

no outgoing calls

Tested by

no test coverage detected