| 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 = |
nothing calls this directly
no outgoing calls
no test coverage detected