MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / main

Function main

tests/ldbs.cc:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65int main(int argc, const char* argv[])
66{
67 test_getset();
68 test_write();
69 test_read();
70 return 0;
71}

Callers

nothing calls this directly

Calls 3

test_getsetFunction · 0.85
test_writeFunction · 0.85
test_readFunction · 0.85

Tested by

no test coverage detected