Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ bindViewCore
Method
bindViewCore
framework/ui/modules/lottieview/src/View.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void View::bindViewCore()
27
{
28
ui::View::bindViewCore();
29
auto lottieCore = core<View::Core>();
30
lottieCore->running.bind(running);
31
lottieCore->loop.bind(loop);
32
}
33
}
Callers
nothing calls this directly
Calls
1
bind
Method · 0.45
Tested by
no test coverage detected