Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
struct AlternativeTLogQueueEntryRef {
Callers
15
action
Method · 0.45
RocksDBCheckpointUtils.actor.cpp
File · 0.45
set
Method · 0.45
getRange
Method · 0.45
eraseMessagesBefore
Method · 0.45
Future<Void> updatePersistentData
Function · 0.45
commitMessages
Function · 0.45
template <typename PromiseType> Future<Void> tLogPeekMessages
Function · 0.45
TLogServer.actor.cpp
File · 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