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

Function is_tempfile_active

tempfile.h:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
220
221static inline int is_tempfile_active(struct tempfile *tempfile)
222{
223 return !!tempfile;
224}
225
226/*
227 * Return the path of the lockfile. The return value is a pointer to a

Callers 15

remove_tempfilesFunction · 0.85
fdopen_tempfileFunction · 0.85
get_tempfile_pathFunction · 0.85
get_tempfile_fdFunction · 0.85
get_tempfile_fpFunction · 0.85
close_tempfile_gentlyFunction · 0.85
reopen_tempfileFunction · 0.85
rename_tempfileFunction · 0.85
delete_tempfileFunction · 0.85
is_lock_file_lockedFunction · 0.85
remove_tempfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected