MCPcopy Create free account
hub / github.com/ElementsProject/elements / Test

Class Test

src/leveldb/util/testharness.cc:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19namespace {
20struct Test {
21 const char* base;
22 const char* name;
23 void (*func)();
24};
25std::vector<Test>* tests;
26} // namespace
27

Callers 1

TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40