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

Method onChildrenChanged

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

Source from the content-addressed store, hash-verified

1449
1450float ViewNode::getPointScale() const {
1451 if (_viewFactory == nullptr) {
1452 return 0;
1453 }
1454 return _viewFactory->getViewManager().getPointScale();
1455}
1456
1457void ViewNode::onChildrenChanged() {
1458 setChildrenIndexerNeedsUpdate();

Callers 1

removeFromParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected