Test whether the parsed command matches the input
| 243 | |
| 244 | // Test whether the parsed command matches the input |
| 245 | static bool is_command(const char ltr, const uint16_t num) { return command_letter == ltr && codenum == num; } |
| 246 | |
| 247 | // The code value pointer was set |
| 248 | FORCE_INLINE static bool has_value() { return !!value_ptr; } |
no outgoing calls
no test coverage detected