Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.65
constructor
Method · 0.65
rev.test.ts
File · 0.65
stageBlob
Function · 0.65
writeFetchCursor
Function · 0.65
blobs.test.ts
File · 0.65
applyDirectoryEntry
Function · 0.65
index.test.ts
File · 0.65
initializeSchema
Function · 0.65
writeFileStreaming
Function · 0.65
createFileSync
Function · 0.65
releaseWriteBufferSync
Function · 0.65
Implementers
3
SQLiteTestStorage
packages/dofs/src/testing.ts
RecordingStorage
packages/dofs/src/testing-recording.ts
CountingStorage
packages/dofs/src/bench/counting-stora
Calls
no outgoing calls
Tested by
no test coverage detected