MCPcopy Create free account
hub / github.com/apache/arrow / Get

Function Get

cpp/src/arrow/util/future_test.cc:1232–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230 struct {
1231 int i = 0;
1232 Future<int> Get() { return Future<int>::MakeFinished(i++); }
1233 } IntSource;
1234
1235 bool do_fail = false;

Callers 4

GetMethod · 0.70
GetMethod · 0.50
GetFlattenedMethod · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected