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

Method mutable_key

src/system/proto/node.pb.h:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 return key_ != NULL ? *key_ : *default_instance_->key_;
465}
466inline ::PS::PbRange* Node::mutable_key() {
467 set_has_key();
468 if (key_ == NULL) key_ = new ::PS::PbRange;
469 return key_;
470}
471inline ::PS::PbRange* Node::release_key() {
472 clear_has_key();
473 ::PS::PbRange* temp = key_;

Callers 2

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected