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

Function mks_tempfile_s

tempfile.h:151–155  ·  view source on GitHub ↗

See "mks_tempfile functions" above. */

Source from the content-addressed store, hash-verified

149
150/* See "mks_tempfile functions" above. */
151static inline struct tempfile *mks_tempfile_s(const char *filename_template,
152 int suffixlen)
153{
154 return mks_tempfile_sm(filename_template, suffixlen, 0600);
155}
156
157/* See "mks_tempfile functions" above. */
158static inline struct tempfile *mks_tempfile_m(const char *filename_template, int mode)

Callers

nothing calls this directly

Calls 1

mks_tempfile_smFunction · 0.85

Tested by

no test coverage detected