Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isVisible
Method
isVisible
Source/Node/Node.cpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool Node::isVisible() const noexcept {
211
return _flags.isOn(Node::Visible);
212
}
213
214
void Node::setSelfVisible(bool var) {
215
_flags.set(Node::SelfVisible, var);
Callers
5
getTouchedItem
Function · 0.45
itemForTouch
Method · 0.45
visit
Method · 0.45
node_is_visible
Function · 0.45
IsVisible
Method · 0.45
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected