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

Function xmks_tempfile

tempfile.h:196–199  ·  view source on GitHub ↗

See "mks_tempfile functions" above. */

Source from the content-addressed store, hash-verified

194
195/* See "mks_tempfile functions" above. */
196static inline struct tempfile *xmks_tempfile(const char *filename_template)
197{
198 return xmks_tempfile_m(filename_template, 0600);
199}
200
201/*
202 * Attempt to create a temporary directory in $TMPDIR and to create and

Callers 4

setup_temporary_shallowFunction · 0.85
schtasks_schedule_taskFunction · 0.85
cmd_repackFunction · 0.85

Calls 1

xmks_tempfile_mFunction · 0.85

Tested by

no test coverage detected