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

Method getCommitMessage

fdbserver/LogSystemDiskQueueAdapter.actor.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244Future<LogSystemDiskQueueAdapter::CommitMessage> LogSystemDiskQueueAdapter::getCommitMessage() {
245 Promise<CommitMessage> pcm;
246 commitMessages.push_back(pcm);
247 return pcm.getFuture();
248}
249
250LogSystemDiskQueueAdapter* openDiskQueueAdapter(Reference<ILogSystem> logSystem,
251 Reference<AsyncVar<PeekTxsInfo>> peekLocality,

Calls 2

push_backMethod · 0.45
getFutureMethod · 0.45

Tested by

no test coverage detected