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

Method removeViewFromParent

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

Source from the content-addressed store, hash-verified

224 }
225 auto param = toPlaformRepresentation(true);
226 (*_onViewChangedCallback)(ValueFunctionFlagsNone, {param});
227}
228
229void ViewNode::removeViewFromParent(ViewTransactionScope& viewTransactionScope) {
230 removeViewFromParent(viewTransactionScope, /*willUpdateViewTree*/ false, /*shouldViewClearViewNode*/ false);
231}

Callers 1

removeViewMethod · 0.45

Calls 1

getChildCountFunction · 0.85

Tested by

no test coverage detected