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

Function xfdopen

wrapper.c:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375FILE *xfdopen(int fd, const char *mode)
376{
377 FILE *stream = fdopen(fd, mode);
378 if (!stream)
379 die_errno("Out of memory? fdopen failed");
380 return stream;
381}
382
383FILE *fopen_for_writing(const char *path)
384{

Callers 15

run_credential_helperFunction · 0.85
create_pack_fileFunction · 0.85
do_reachable_revlistFunction · 0.85
is_submodule_modifiedFunction · 0.85
read_mailmap_fileFunction · 0.85
check_connectedFunction · 0.85
pack_objectsFunction · 0.85
write_filtered_packFunction · 0.85

Calls 1

die_errnoFunction · 0.85

Tested by

no test coverage detected