MCPcopy Create free account
hub / github.com/dmlc/parameter_server / clear_has_cmd

Method clear_has_cmd

src/system/proto/task.pb.h:1374–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372 _has_bits_[0] |= 0x00000001u;
1373}
1374inline void ManageNode::clear_has_cmd() {
1375 _has_bits_[0] &= ~0x00000001u;
1376}
1377inline void ManageNode::clear_cmd() {
1378 cmd_ = 1;
1379 clear_has_cmd();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected