Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
assertAllFlagsAreUpToDate
Function · 0.80
TEST
Function · 0.80
setRootViewNode
Method · 0.80
Calls
2
resolveYogaNode
Function · 0.85
isDirty
Method · 0.45
Tested by
2
assertAllFlagsAreUpToDate
Function · 0.64
TEST
Function · 0.64