Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ server_supports
Function
server_supports
connect.c:698–701 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
int server_supports(const char *feature)
699
{
700
return !!server_feature_value(feature, NULL);
701
}
702
703
static const char *url_scheme_name(enum url_scheme scheme)
704
{
Callers
2
do_fetch_pack
Function · 0.85
send_pack
Function · 0.85
Calls
1
server_feature_value
Function · 0.85
Tested by
no test coverage detected