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

Method ClearKV

oneflow/core/control/rpc_client.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void RpcClient::ClearKV(const std::string& k) {
124 ClientCall<CtrlMethod::kClearKV> call;
125 call.mut_request()->set_key(k);
126 call(GetResponsibleStub(k));
127}
128
129void RpcClient::ClearMasterKV(const std::string& k) {
130 ClientCall<CtrlMethod::kClearKV> call;

Callers 2

ClearPortFunction · 0.45
IBVerbsCommNetMethod · 0.45

Calls 2

callFunction · 0.85
mut_requestMethod · 0.45

Tested by

no test coverage detected