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

Function get_tmp_dir

t/unit-tests/u-reftable-stack.c:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static char *get_tmp_dir(int linenumber)
71{
72 char *dir = get_tmp_template(linenumber);
73 cl_assert(mkdtemp(dir) != NULL);
74 return dir;
75}
76
77void test_reftable_stack__read_file(void)
78{

Calls 1

get_tmp_templateFunction · 0.85