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

Method Command_IsValid

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

Source from the content-addressed store, hash-verified

519 static const Command REPLACE = ManageNode_Command_REPLACE;
520 static const Command REMOVE = ManageNode_Command_REMOVE;
521 static inline bool Command_IsValid(int value) {
522 return ManageNode_Command_IsValid(value);
523 }
524 static const Command Command_MIN =
525 ManageNode_Command_Command_MIN;
526 static const Command Command_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected