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

Function hostinfo_clear

daemon.c:728–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728static void hostinfo_clear(struct hostinfo *hi)
729{
730 strbuf_release(&hi->hostname);
731 strbuf_release(&hi->canon_hostname);
732 strbuf_release(&hi->ip_address);
733 strbuf_release(&hi->tcp_port);
734}
735
736static void set_keep_alive(int sockfd)
737{

Callers 1

executeFunction · 0.85

Calls 1

strbuf_releaseFunction · 0.85

Tested by

no test coverage detected