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

Function todo_item_get_arg

sequencer.c:2610–2614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2608}
2609
2610const char *todo_item_get_arg(struct todo_list *todo_list,
2611 struct todo_item *item)
2612{
2613 return todo_list->buf.buf + item->arg_offset;
2614}
2615
2616static int is_command(enum todo_command command, const char **bol)
2617{

Callers 4

todo_list_checkFunction · 0.85
pick_one_commitFunction · 0.85
pick_commitsFunction · 0.85
todo_list_to_strbufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected