MCPcopy Create free account
hub / github.com/dds-bridge/dds / main

Function main

library/tests/dtest.cpp:27–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27int main(int argc, char * argv[])
28{
29 read_args(argc, argv);
30
31 SetResources(options.memory_mb_, options.num_threads_);
32
33 DDSInfo info;
34 GetDDSInfo(&info);
35 cout << info.systemString << endl;
36
37 real_main(argc, argv);
38
39 // Restore normal termination so destructors / atexit handlers run.
40 exit(0);
41}

Callers

nothing calls this directly

Calls 4

read_argsFunction · 0.85
SetResourcesFunction · 0.85
GetDDSInfoFunction · 0.85
real_mainFunction · 0.85

Tested by

no test coverage detected