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

Method expectedSize

fdbserver/TLogServer.actor.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 serializer(ar, version, messages, knownCommittedVersion, id);
66 }
67 size_t expectedSize() const { return messages.expectedSize(); }
68};
69
70struct AlternativeTLogQueueEntryRef {

Callers 15

actionMethod · 0.45
setMethod · 0.45
getRangeMethod · 0.45
eraseMessagesBeforeMethod · 0.45
commitMessagesFunction · 0.45
Future<Void> commitQueueFunction · 0.45
Future<Void> tLogStartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected