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

Function fix_filename

parse-options.c:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static char *fix_filename(const char *prefix, const char *file)
65{
66 if (!file || !*file)
67 return NULL;
68 else
69 return prefix_filename_except_for_dash(prefix, file);
70}
71
72static int do_get_int_value(const void *value, size_t precision, intmax_t *ret)
73{

Callers 1

do_get_valueFunction · 0.85

Calls 1

Tested by

no test coverage detected