Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
Node* Node::getParent() const noexcept {
389
return _parent;
390
}
391
392
Node* Node::getTargetParent() const noexcept {
393
if (_transform && _transform->transformTarget) {
Callers
8
visit
Method · 0.45
ClipNode
Method · 0.45
setStencil
Method · 0.45
cleanup
Method · 0.45
destroy
Method · 0.45
moveChild
Method · 0.45
node_get_parent
Function · 0.45
IsVisible
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected