Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ when
Function
when
fdbserver/SimKmsConnector.actor.cpp:350–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
loop choose {
349
when(wait(connector.connectorCore(inf))) { throw internal_error(); }
350
when(wait(testRunWorkload(inf, maxEncryptKeys))) { break; }
351
}
352
return Void();
353
}
Callers
2
Future<Void> simKmsConnectorCore_impl
Function · 0.70
SimKmsConnector.actor.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected