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

Method NotifyDone

oneflow/core/control/rpc_client.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void RpcClient::NotifyDone(const std::string& name) {
86 ClientCall<CtrlMethod::kNotifyDone> call;
87 call.mut_request()->set_name(name);
88 call(GetResponsibleStub(name));
89}
90
91void RpcClient::WaitUntilDone(const std::string& name) {
92 ClientCall<CtrlMethod::kWaitUntilDone> call;

Callers

nothing calls this directly

Calls 2

callFunction · 0.85
mut_requestMethod · 0.45

Tested by

no test coverage detected