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

Method name

cpp/src/arrow/util/async_util.cc:440–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439 int cost() const override { return target->cost(); }
440 std::string_view name() const override { return target->name(); }
441 std::unique_ptr<Task> target;
442 std::shared_ptr<State> state;
443 };

Callers 3

TraceTaskSubmittedFunction · 0.45
TraceTaskQueuedFunction · 0.45
SubmitTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected