MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / WaitUntilDone

Method WaitUntilDone

oneflow/core/control/rpc_client.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void RpcClient::WaitUntilDone(const std::string& name) {
92 ClientCall<CtrlMethod::kWaitUntilDone> call;
93 call.mut_request()->set_name(name);
94 call(GetResponsibleStub(name));
95}
96
97void RpcClient::PushKV(const std::string& k, std::function<void(std::string*)> VSetter) {
98 ClientCall<CtrlMethod::kPushKV> call;

Callers

nothing calls this directly

Calls 2

callFunction · 0.85
mut_requestMethod · 0.45

Tested by

no test coverage detected