MCPcopy Create free account
hub / github.com/apple/foundationdb / TestValue

Class TestValue

fdbclient/ParallelStream.actor.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace ParallelStreamTest {
28
29struct TestValue {
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,
36 ParallelStreamTest::TestValue value) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected