Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void test_oidtree__initialize(void)
79
{
80
oidtree_init(&ot);
81
}
82
83
void test_oidtree__cleanup(void)
84
{
Callers
nothing calls this directly
Calls
1
oidtree_init
Function · 0.85
Tested by
no test coverage detected