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

Function when

fdbserver/BlobManager.actor.cpp:5188–5192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5186 break;
5187 }
5188 when(HaltBlobManagerRequest req = waitNext(bmInterf.haltBlobManager.getFuture())) {
5189 req.reply.send(Void());
5190 TraceEvent("BlobManagerHalted", bmInterf.id()).detail("Epoch", epoch).detail("ReqID", req.requesterID);
5191 break;
5192 }
5193 when(state HaltBlobGranulesRequest req = waitNext(bmInterf.haltBlobGranules.getFuture())) {
5194 wait(haltBlobGranules(self) || collection);
5195 req.reply.send(Void());

Calls 8

TraceEventClass · 0.85
detailMethod · 0.80
VoidClass · 0.50
getFutureMethod · 0.45
sendMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected