Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
void Layer::removeFromParent() {
276
removeFromParent(true);
277
}
278
279
void Layer::removeFromParent(bool shouldNotify) {
280
if (!_hasParent) {
Callers
3
TEST
Function · 0.45
TEST_F
Function · 0.45
insertChild
Method · 0.45
Calls
1
removeChild
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST_F
Function · 0.36