Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getParent
Method
getParent
snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:1035–1037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
}
1034
1035
Valdi::Ref<ILayer> Layer::getParent() const {
1036
return _parent.lock();
1037
}
1038
1039
bool Layer::hasParent() const {
1040
return _hasParent;
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected