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