MCPcopy 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
210bool Node::isVisible() const noexcept {
211 return _flags.isOn(Node::Visible);
212}
213
214void Node::setSelfVisible(bool var) {
215 _flags.set(Node::SelfVisible, var);

Callers 5

getTouchedItemFunction · 0.45
itemForTouchMethod · 0.45
visitMethod · 0.45
node_is_visibleFunction · 0.45
IsVisibleMethod · 0.45

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected