MCPcopy Create free account
hub / github.com/apple/foundationdb / Transaction

Method Transaction

fdbclient/NativeAPI.actor.cpp:5141–5142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5139}
5140
5141Transaction::Transaction()
5142 : trState(makeReference<TransactionState>(TaskPriority::DefaultEndpoint, generateSpanID(false))) {}
5143
5144Transaction::Transaction(Database const& cx, Optional<TenantName> const& tenant)
5145 : trState(makeReference<TransactionState>(cx,

Callers

nothing calls this directly

Calls 2

generateSpanIDFunction · 0.85
debugAddTagsFunction · 0.85

Tested by

no test coverage detected