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

Function test_odb_inmemory__initialize

t/unit-tests/u-odb-inmemory.c:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void test_odb_inmemory__initialize(void)
40{
41 odb = odb_new(&repo, "", "");
42}
43
44void test_odb_inmemory__cleanup(void)
45{

Callers

nothing calls this directly

Calls 1

odb_newFunction · 0.85

Tested by

no test coverage detected