MCPcopy Create free account
hub / github.com/AshampooSystems/boden / globalApplication

Method globalApplication

framework/foundation/src/Application.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 std::shared_ptr<ApplicationController> Application::applicationController() { return _applicationController; }
52
53 std::shared_ptr<Application> Application::globalApplication() { return bdn::globalApplication(); }
54
55 void Application::init() { setGlobalApplication(shared_from_this()); }
56

Callers

nothing calls this directly

Calls 1

globalApplicationFunction · 0.85

Tested by

no test coverage detected