MCPcopy Create free account
hub / github.com/git/git / mks_tempfile_t

Function mks_tempfile_t

tempfile.h:187–190  ·  view source on GitHub ↗

See "mks_tempfile functions" above. */

Source from the content-addressed store, hash-verified

185
186/* See "mks_tempfile functions" above. */
187static inline struct tempfile *mks_tempfile_t(const char *filename_template)
188{
189 return mks_tempfile_tsm(filename_template, 0, 0600);
190}
191
192/* See "mks_tempfile functions" above. */
193struct tempfile *xmks_tempfile_m(const char *filename_template, int mode);

Callers 4

verify_gpg_signed_bufferFunction · 0.85
verify_ssh_signed_bufferFunction · 0.85
sign_buffer_sshFunction · 0.85
crontab_update_scheduleFunction · 0.85

Calls 1

mks_tempfile_tsmFunction · 0.85

Tested by

no test coverage detected