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

Method scheduleUpdates

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

Source from the content-addressed store, hash-verified

1536 removeViewFromParent(viewTransactionScope);
1537
1538 parent->onChildrenChanged();
1539 getCSSAttributesManager().setParent(nullptr);
1540 _parent.reset();
1541 setHasParent(false);
1542 _flags[kParentManagesChildFrames] = false;
1543 if (previousParentManagedChildFrames) {
1544 getYogaStyle(_yogaNode).setPositionType(facebook::yoga::PositionType::Relative);
1545 // Relative is the default, not necessarily what this node declared. insertChildAt forces

Callers 1

ygDirtiedCallbackFunction · 0.80

Calls 1

Tested by

no test coverage detected