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

Method removeView

valdi/src/valdi/runtime/Context/ViewNode.cpp:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305 callViewChangedIfNeeded();
306 }
307}
308
309bool ViewNode::removeView(ViewTransactionScope& viewTransactionScope) {
310 return removeView(viewTransactionScope, true);
311}

Callers 6

setRootViewMethod · 0.80
measureMethod · 0.80
onAssetChangedMethod · 0.80
removeFromParentViewFunction · 0.80

Calls 2

getChildCountFunction · 0.85
removeViewFromParentMethod · 0.45

Tested by

no test coverage detected