MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / main

Function main

extern/icu/tzdata/update-ids.cpp:200–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200int main(int argc, const char* argv[])
201{
202 try
203 {
204 return run(argc, argv);
205 }
206 catch (const exception& e)
207 {
208 cerr << e.what() << '\n';
209 }
210}

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
whatMethod · 0.45

Tested by

no test coverage detected