MCPcopy Create free account
hub / github.com/audacity/audacity / onInit

Method onInit

au4/src/context/contextmodule.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ContextModule::onInit(const muse::IApplication::RunMode& mode)
49{
50 if (mode != muse::IApplication::RunMode::GuiApp) {
51 return;
52 }
53
54 m_uicontextResolver->init();
55}
56
57void ContextModule::onDeinit()
58{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected