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

Function mks_tempfile_tm

tempfile.h:181–184  ·  view source on GitHub ↗

See "mks_tempfile functions" above. */

Source from the content-addressed store, hash-verified

179
180/* See "mks_tempfile functions" above. */
181static inline struct tempfile *mks_tempfile_tm(const char *filename_template, int mode)
182{
183 return mks_tempfile_tsm(filename_template, 0, mode);
184}
185
186/* See "mks_tempfile functions" above. */
187static inline struct tempfile *mks_tempfile_t(const char *filename_template)

Callers

nothing calls this directly

Calls 1

mks_tempfile_tsmFunction · 0.85

Tested by

no test coverage detected