MCPcopy 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
35ACTOR static Future<Void> produce(ParallelStream<ParallelStreamTest::TestValue>::Fragment* fragment,

Calls

no outgoing calls

Tested by

no test coverage detected