Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ expectedSize
Method
expectedSize
fdbserver/OldTLogServer_6_0.actor.cpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
serializer(ar, version, messages, knownCommittedVersion, id);
64
}
65
size_t expectedSize() const { return messages.expectedSize(); }
66
};
67
68
struct AlternativeTLogQueueEntryRef {
Callers
6
eraseMessagesBefore
Method · 0.45
commitMessages
Function · 0.45
template <typename PromiseType> Future<Void> tLogPeekMessages
Function · 0.45
Future<Void> commitQueue
Function · 0.45
Future<Void> pullAsyncData
Function · 0.45
Future<Void> tLogStart
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected