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

Function main

tests/options.cc:69–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69int main(int argc, const char* argv[])
70{
71 try
72 {
73 test_option_validity();
74 return 0;
75 }
76 catch (const ErrorException& e)
77 {
78 fmt::print(stderr, "Error: {}\n", e.message);
79 return 1;
80 }
81}

Callers

nothing calls this directly

Calls 2

test_option_validityFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected