Wrapper for pending commands (ignores return) */
| 147 | |
| 148 | /* Wrapper for pending commands (ignores return) */ |
| 149 | static inline void was_pending(const struct command_result *res) |
| 150 | { |
| 151 | assert(res); |
| 152 | } |
| 153 | |
| 154 | /* Transition for ignoring command */ |
| 155 | static inline void fixme_ignore(const struct command_result *res) |
no outgoing calls
no test coverage detected