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

Function print_system_path

git.c:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static void print_system_path(const char *path)
151{
152 char *s_path = system_path(path);
153 puts(s_path);
154 free(s_path);
155}
156
157static int handle_options(const char ***argv, int *argc, int *envchanged)
158{

Callers 1

handle_optionsFunction · 0.85

Calls 1

system_pathFunction · 0.85

Tested by

no test coverage detected