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

Function create_tempfile

tempfile.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95struct tempfile *create_tempfile_mode(const char *path, int mode);
96
97static inline struct tempfile *create_tempfile(const char *path)
98{
99 return create_tempfile_mode(path, 0666);
100}
101
102/*
103 * Register an existing file as a tempfile, meaning that it will be

Callers 1

write_with_updatesFunction · 0.85

Calls 1

create_tempfile_modeFunction · 0.85

Tested by

no test coverage detected