MCPcopy 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}

Calls

no outgoing calls

Tested by

no test coverage detected