MCPcopy Index your code
hub / github.com/git/git / test_oidtree__initialize

Function test_oidtree__initialize

t/unit-tests/u-oidtree.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void test_oidtree__initialize(void)
79{
80 oidtree_init(&ot);
81}
82
83void test_oidtree__cleanup(void)
84{

Callers

nothing calls this directly

Calls 1

oidtree_initFunction · 0.85

Tested by

no test coverage detected