MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / WebBrowserDataLoaded

Function WebBrowserDataLoaded

src/CardinalCommon.cpp:519–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518#if defined(DISTRHO_OS_WASM) && !defined(CARDINAL_COMMON_UI_ONLY)
519static void WebBrowserDataLoaded(void* const data)
520{
521 static_cast<Initializer*>(data)->loadSettings(true);
522}
523#endif
524
525// -----------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

loadSettingsMethod · 0.45

Tested by

no test coverage detected