| 2912 | } |
| 2913 | |
| 2914 | static const char *get_item_line(struct todo_list *todo_list, int index) |
| 2915 | { |
| 2916 | return todo_list->buf.buf + get_item_line_offset(todo_list, index); |
| 2917 | } |
| 2918 | |
| 2919 | static int get_item_line_length(struct todo_list *todo_list, int index) |
| 2920 | { |
no test coverage detected