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

Function split_cmdline_strerror

alias.c:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182const char *split_cmdline_strerror(int split_cmdline_errno)
183{
184 return split_cmdline_errors[-split_cmdline_errno - 1];
185}

Callers 8

run_shellFunction · 0.85
cmd_mainFunction · 0.85
parse_strategy_optsFunction · 0.85
handle_aliasFunction · 0.85
setup_pager_envFunction · 0.85
check_git_cmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected