MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/testing/async_test_util.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 : state_(std::make_shared<State>(std::move(source))) {}
59
60 Future<T> operator()() {
61 state_->num_read++;
62 return state_->source();
63 }
64
65 int num_read() { return state_->num_read.load(); }
66

Callers

nothing calls this directly

Calls 1

sourceMethod · 0.80

Tested by

no test coverage detected