MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / main

Function main

samples/application/chat/main.cpp:701–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701int main(int argc, const char** argv)
702{
703 auto result = initialize(argc, argv);
704 if (result != 0)
705 {
706 shutdown();
707 return result;
708 }
709
710 run();
711
712 shutdown();
713 return 0;
714}

Callers

nothing calls this directly

Calls 3

shutdownFunction · 0.85
runFunction · 0.85
initializeFunction · 0.70

Tested by

no test coverage detected