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

Function parse_feature_request

connect.c:683–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683int parse_feature_request(const char *feature_list, const char *feature)
684{
685 return !!parse_feature_value(feature_list, feature, NULL, NULL);
686}
687
688static const char *next_server_feature_value(const char *feature, size_t *len, size_t *offset)
689{

Callers 5

receive_needsFunction · 0.85
server_supports_featureFunction · 0.85
proc_receive_verisonFunction · 0.85
run_proc_receive_hookFunction · 0.85
read_head_infoFunction · 0.85

Calls 1

parse_feature_valueFunction · 0.85

Tested by 1

proc_receive_verisonFunction · 0.68