MCPcopy 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
698int server_supports(const char *feature)
699{
700 return !!server_feature_value(feature, NULL);
701}
702
703static const char *url_scheme_name(enum url_scheme scheme)
704{

Callers 2

do_fetch_packFunction · 0.85
send_packFunction · 0.85

Calls 1

server_feature_valueFunction · 0.85

Tested by

no test coverage detected