Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ viewTreeNeedsUpdate
Method
viewTreeNeedsUpdate
valdi/src/valdi/runtime/Context/ViewNode.cpp:351–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
350
int ViewNode::getViewChildrenCount() const {
351
return _numberOfViewChildren;
352
}
353
354
bool ViewNode::viewTreeNeedsUpdate() const {
355
return _flags[kViewTreeNeedsUpdateFlag];
356
}
Callers
2
assertAllFlagsAreUpToDate
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
assertAllFlagsAreUpToDate
Function · 0.64
TEST
Function · 0.64