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

Function get_item_line_length

sequencer.c:2919–2923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2917}
2918
2919static int get_item_line_length(struct todo_list *todo_list, int index)
2920{
2921 return get_item_line_offset(todo_list, index + 1)
2922 - get_item_line_offset(todo_list, index);
2923}
2924
2925static ssize_t strbuf_read_file_or_whine(struct strbuf *sb, const char *path)
2926{

Callers 2

save_todoFunction · 0.85
pick_commitsFunction · 0.85

Calls 1

get_item_line_offsetFunction · 0.85

Tested by

no test coverage detected