Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ throwIfError
Function
throwIfError
fdbclient/MultiVersionTransaction.actor.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
#endif
45
46
void throwIfError(FdbCApi::fdb_error_t e) {
47
if (e) {
48
throw Error(e);
49
}
50
}
51
52
// DLTransaction
53
void DLTransaction::cancel() {
Callers
13
addReadConflictRange
Method · 0.70
addWriteConflictRange
Method · 0.70
getCommittedVersion
Method · 0.70
setOption
Method · 0.70
openTenant
Method · 0.70
createTransaction
Method · 0.70
selectApiVersion
Method · 0.70
setNetworkOption
Method · 0.70
setupNetwork
Method · 0.70
runNetwork
Method · 0.70
stopNetwork
Method · 0.70
createDatabase
Method · 0.70
Calls
1
Error
Class · 0.50
Tested by
no test coverage detected