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

Method Command_IsValid

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

Source from the content-addressed store, hash-verified

641 static const Command RUN = ManageApp_Command_RUN;
642 static const Command DONE = ManageApp_Command_DONE;
643 static inline bool Command_IsValid(int value) {
644 return ManageApp_Command_IsValid(value);
645 }
646 static const Command Command_MIN =
647 ManageApp_Command_Command_MIN;
648 static const Command Command_MAX =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected