MCPcopy 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
1035Valdi::Ref<ILayer> Layer::getParent() const {
1036 return _parent.lock();
1037}
1038
1039bool Layer::hasParent() const {
1040 return _hasParent;

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected