| 2906 | } |
| 2907 | |
| 2908 | static int get_item_line_offset(struct todo_list *todo_list, int index) |
| 2909 | { |
| 2910 | return index < todo_list->nr ? |
| 2911 | todo_list->items[index].offset_in_buf : todo_list->buf.len; |
| 2912 | } |
| 2913 | |
| 2914 | static const char *get_item_line(struct todo_list *todo_list, int index) |
| 2915 | { |
no outgoing calls
no test coverage detected