MCPcopy Create free account
hub / github.com/Snapchat/Valdi / removeFromParent

Method removeFromParent

snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void Layer::removeFromParent() {
276 removeFromParent(true);
277}
278
279void Layer::removeFromParent(bool shouldNotify) {
280 if (!_hasParent) {

Callers 3

TESTFunction · 0.45
TEST_FFunction · 0.45
insertChildMethod · 0.45

Calls 1

removeChildMethod · 0.45

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36