MCPcopy Create free account
hub / github.com/Tracktion/choc / main

Function main

examples/webview_desktop_app.cpp:504–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502};
503
504int main()
505{
506 std::cout << "CHOC WebView Desktop Application Example\n";
507 std::cout << "========================================\n";
508
509 try
510 {
511 SimpleWebApplication app;
512 app.run();
513 }
514 catch (const std::exception& e)
515 {
516 std::cout << "Error: " << e.what() << "\n";
517 return 1;
518 }
519
520 return 0;
521}

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected