Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ expectedSize
Method
expectedSize
fdbserver/OldTLogServer_6_2.actor.cpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
serializer(ar, version, messages, knownCommittedVersion, id);
65
}
66
size_t expectedSize() const { return messages.expectedSize(); }
67
};
68
69
struct AlternativeTLogQueueEntryRef {
Callers
7
eraseMessagesBefore
Method · 0.45
Future<Void> updatePersistentData
Function · 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