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

Function mks_tempfile_ts

tempfile.h:174–178  ·  view source on GitHub ↗

See "mks_tempfile functions" above. */

Source from the content-addressed store, hash-verified

172
173/* See "mks_tempfile functions" above. */
174static inline struct tempfile *mks_tempfile_ts(const char *filename_template,
175 int suffixlen)
176{
177 return mks_tempfile_tsm(filename_template, suffixlen, 0600);
178}
179
180/* See "mks_tempfile functions" above. */
181static inline struct tempfile *mks_tempfile_tm(const char *filename_template, int mode)

Callers

nothing calls this directly

Calls 1

mks_tempfile_tsmFunction · 0.85

Tested by

no test coverage detected