Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ apply
Method
apply
Source/Node/Model.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void Look::apply() {
26
for (Node* node : _nodes) {
27
node->setVisible(false);
28
}
29
}
30
31
void Look::unApply() {
32
for (Node* node : _nodes) {
Callers
nothing calls this directly
Calls
1
setVisible
Method · 0.45
Tested by
no test coverage detected