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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers 3

TraceTaskSubmittedFunction · 0.45
TraceTaskQueuedFunction · 0.45
SubmitTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected