Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ expectedSize
Method
expectedSize
fdbclient/ParallelStream.actor.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
int x;
31
TestValue(int x) : x(x) {}
32
int expectedSize() const { return sizeof(int); }
33
};
34
35
ACTOR static Future<Void> produce(ParallelStream<ParallelStreamTest::TestValue>::Fragment* fragment,
Callers
15
decrement
Method · 0.45
reachedBy
Method · 0.45
template <class GetKeyValuesFamilyRequest, class GetKeyValuesFamilyReply, class RangeResultFamily> Future<RangeResultFamily> getExactRange
Function · 0.45
template <class GetKeyValuesFamilyRequest, class GetKeyValuesFamilyReply, class RangeResultFamily> Future<RangeResultFamily> getRangeFallback
Function · 0.45
getRangeResultFamilyBytes
Function · 0.45
Future<Void> getRangeStreamFragment
Function · 0.45
Future<Optional<ClientTrCommitCostEstimation>> estimateCommitCosts
Function · 0.45
when
Function · 0.45
commitMutations
Method · 0.45
getSize
Method · 0.45
updateConflictMap
Method · 0.45
Future<Void> watch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected