MCPcopy Index your code
hub / github.com/git/git / append_new_todo

Function append_new_todo

sequencer.c:2604–2608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2602}
2603
2604static struct todo_item *append_new_todo(struct todo_list *todo_list)
2605{
2606 ALLOC_GROW(todo_list->items, todo_list->nr + 1, todo_list->alloc);
2607 return todo_list->items + todo_list->nr++;
2608}
2609
2610const char *todo_item_get_arg(struct todo_list *todo_list,
2611 struct todo_item *item)

Callers 3

walk_revs_populate_todoFunction · 0.85
complete_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected