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

Function get_todo_path

sequencer.c:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346static const char *get_todo_path(const struct replay_opts *opts)
347{
348 if (is_rebase_i(opts))
349 return rebase_path_todo();
350 return git_path_todo_file();
351}
352
353/*
354 * Returns 0 for non-conforming footer

Callers 4

read_populate_todoFunction · 0.85
save_todoFunction · 0.85
reread_todo_if_changedFunction · 0.85
sequencer_continueFunction · 0.85

Calls 1

is_rebase_iFunction · 0.85

Tested by

no test coverage detected