Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
static const char *get_ip_address(struct hostinfo *hi)
90
{
91
lookup_hostname(hi);
92
return hi->ip_address.buf;
93
}
94
95
static void logreport(int priority, const char *err, va_list params)
96
{
Callers
2
path_ok
Function · 0.85
run_access_hook
Function · 0.85
Calls
1
lookup_hostname
Function · 0.85
Tested by
no test coverage detected