MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getParent

Method getParent

Source/Node/Node.cpp:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388Node* Node::getParent() const noexcept {
389 return _parent;
390}
391
392Node* Node::getTargetParent() const noexcept {
393 if (_transform && _transform->transformTarget) {

Callers 8

visitMethod · 0.45
ClipNodeMethod · 0.45
setStencilMethod · 0.45
cleanupMethod · 0.45
destroyMethod · 0.45
moveChildMethod · 0.45
node_get_parentFunction · 0.45
IsVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected