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

Method loadURL

framework/ui/modules/lottieview/src/View.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void View::loadURL(const std::string &url)
21 {
22 auto lottieCore = core<View::Core>();
23 lottieCore->loadURL(url);
24 }
25
26 void View::bindViewCore()
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected