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

Method isFlexLayoutDirty

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

Source from the content-addressed store, hash-verified

1571 if (isFlexLayoutDirty()) {
1572 return false;
1573 }
1574
1575 facebook::yoga::resolveRef(_yogaNode)->markDirtyAndPropagate();
1576 return true;
1577}
1578

Callers 3

TESTFunction · 0.80
setRootViewNodeMethod · 0.80

Calls 2

resolveYogaNodeFunction · 0.85
isDirtyMethod · 0.45

Tested by 2

TESTFunction · 0.64