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

Function get_dir

sequencer.c:339–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static const char *get_dir(const struct replay_opts *opts)
340{
341 if (is_rebase_i(opts))
342 return rebase_path();
343 return git_path_seq_dir();
344}
345
346static const char *get_todo_path(const struct replay_opts *opts)
347{

Callers 1

sequencer_remove_stateFunction · 0.85

Calls 1

is_rebase_iFunction · 0.85

Tested by

no test coverage detected