| 2608 | } |
| 2609 | |
| 2610 | const char *todo_item_get_arg(struct todo_list *todo_list, |
| 2611 | struct todo_item *item) |
| 2612 | { |
| 2613 | return todo_list->buf.buf + item->arg_offset; |
| 2614 | } |
| 2615 | |
| 2616 | static int is_command(enum todo_command command, const char **bol) |
| 2617 | { |
no outgoing calls
no test coverage detected