Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ unApply
Method
unApply
Source/Node/Model.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Look::unApply() {
32
for (Node* node : _nodes) {
33
node->setVisible(true);
34
}
35
}
36
37
Model::Model(ModelDef* def)
38
: _isRecovering(false)
Callers
1
setLook
Method · 0.80
Calls
1
setVisible
Method · 0.45
Tested by
no test coverage detected