MCPcopy Create free account
hub / github.com/git/git / get_item_line

Function get_item_line

sequencer.c:2914–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2912}
2913
2914static 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
2919static int get_item_line_length(struct todo_list *todo_list, int index)
2920{

Callers 2

save_todoFunction · 0.85
pick_commitsFunction · 0.85

Calls 1

get_item_line_offsetFunction · 0.85

Tested by

no test coverage detected