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

Function main

tests/locations.cc:59–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int main(int argc, const char* argv[])
60{
61 try
62 {
63 test_successful_parsing();
64 test_failed_parsing();
65 return 0;
66 }
67 catch (const ErrorException& e)
68 {
69 fmt::print(stderr, "Error: {}\n", e.message);
70 return 1;
71 }
72}

Callers

nothing calls this directly

Calls 3

test_successful_parsingFunction · 0.85
test_failed_parsingFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected