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

Method ClearMasterKV

oneflow/core/control/rpc_client.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void RpcClient::ClearMasterKV(const std::string& k) {
130 ClientCall<CtrlMethod::kClearKV> call;
131 call.mut_request()->set_key(k);
132 call(GetMasterStub());
133}
134
135void RpcClient::PullKV(const std::string& k, std::function<void(const std::string&)> VGetter) {
136 ClientCall<CtrlMethod::kPullKV> call;

Callers

nothing calls this directly

Calls 2

callFunction · 0.85
mut_requestMethod · 0.45

Tested by

no test coverage detected