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

Function get_ip_address

daemon.c:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static const char *get_ip_address(struct hostinfo *hi)
90{
91 lookup_hostname(hi);
92 return hi->ip_address.buf;
93}
94
95static void logreport(int priority, const char *err, va_list params)
96{

Callers 2

path_okFunction · 0.85
run_access_hookFunction · 0.85

Calls 1

lookup_hostnameFunction · 0.85

Tested by

no test coverage detected