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

Method beginLaunch

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

Source from the content-addressed store, hash-verified

39 }
40
41 void Application::beginLaunch()
42 {
43 _appControllerBeginLaunchCalled = true;
44 _applicationController->beginLaunch();
45 }
46
47 void Application::finishLaunch() { _applicationController->finishLaunch(); }
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected