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

Function get_parameter

http-backend.c:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static const char *get_parameter(const char *name)
71{
72 struct string_list_item *i;
73 i = string_list_lookup(get_parameters(), name);
74 return i ? i->util : NULL;
75}
76
77__attribute__((format (printf, 2, 3)))
78static void format_write(int fd, const char *fmt, ...)

Callers 1

get_info_refsFunction · 0.85

Calls 2

string_list_lookupFunction · 0.85
get_parametersFunction · 0.85

Tested by

no test coverage detected