-----------------------------------------------------------------is_stop
| 372 | |
| 373 | //-----------------------------------------------------------------is_stop |
| 374 | inline bool is_stop(unsigned c) |
| 375 | { |
| 376 | return c == path_cmd_stop; |
| 377 | } |
| 378 | |
| 379 | //--------------------------------------------------------------is_move_to |
| 380 | inline bool is_move_to(unsigned c) |
no outgoing calls
no test coverage detected