Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ server_feature_value
Function
server_feature_value
connect.c:693–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
}
692
693
const char *server_feature_value(const char *feature, size_t *len)
694
{
695
return parse_feature_value(server_capabilities_v1, feature, len, NULL);
696
}
697
698
int server_supports(const char *feature)
699
{
Callers
5
do_fetch_pack
Function · 0.85
handshake
Function · 0.85
process_capabilities
Function · 0.85
server_supports
Function · 0.85
send_pack
Function · 0.85
Calls
1
parse_feature_value
Function · 0.85
Tested by
no test coverage detected