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

Function looks_like_command_line_option

path.c:1540–1543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1538}
1539
1540int looks_like_command_line_option(const char *str)
1541{
1542 return str && str[0] == '-';
1543}
1544
1545char *xdg_config_home_for(const char *subdir, const char *filename)
1546{

Callers 6

git_proxy_connectFunction · 0.85
fill_ssh_argsFunction · 0.85
git_connectFunction · 0.85
check_submodule_urlFunction · 0.85
parse_configFunction · 0.85
fsck_gitmodules_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected