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

Function get_text_file

http-backend.c:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static void get_text_file(struct strbuf *hdr, char *name)
222{
223 select_getanyfile(hdr);
224 hdr_nocache(hdr);
225 send_local_file(hdr, "text/plain", name);
226}
227
228static void get_loose_object(struct strbuf *hdr, char *name)
229{

Callers

nothing calls this directly

Calls 3

select_getanyfileFunction · 0.85
hdr_nocacheFunction · 0.85
send_local_fileFunction · 0.85

Tested by

no test coverage detected