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

Function select_getanyfile

http-backend.c:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static void select_getanyfile(struct strbuf *hdr)
174{
175 if (!getanyfile)
176 forbidden(hdr, "Unsupported service: getanyfile");
177}
178
179static void send_strbuf(struct strbuf *hdr,
180 const char *type, struct strbuf *buf)

Callers 7

get_text_fileFunction · 0.85
get_loose_objectFunction · 0.85
get_pack_fileFunction · 0.85
get_idx_fileFunction · 0.85
get_info_refsFunction · 0.85
get_headFunction · 0.85
get_info_packsFunction · 0.85

Calls 1

forbiddenFunction · 0.85

Tested by

no test coverage detected