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

Function get_tempfile_fp

tempfile.c:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291FILE *get_tempfile_fp(struct tempfile *tempfile)
292{
293 if (!is_tempfile_active(tempfile))
294 BUG("get_tempfile_fp() called for inactive object");
295 return tempfile->fp;
296}
297
298int close_tempfile_gently(struct tempfile *tempfile)
299{

Callers 1

get_lock_file_fpFunction · 0.85

Calls 1

is_tempfile_activeFunction · 0.85

Tested by

no test coverage detected