MCPcopy 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
693const char *server_feature_value(const char *feature, size_t *len)
694{
695 return parse_feature_value(server_capabilities_v1, feature, len, NULL);
696}
697
698int server_supports(const char *feature)
699{

Callers 5

do_fetch_packFunction · 0.85
handshakeFunction · 0.85
process_capabilitiesFunction · 0.85
server_supportsFunction · 0.85
send_packFunction · 0.85

Calls 1

parse_feature_valueFunction · 0.85

Tested by

no test coverage detected