MCPcopy 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
350int ViewNode::getViewChildrenCount() const {
351 return _numberOfViewChildren;
352}
353
354bool ViewNode::viewTreeNeedsUpdate() const {
355 return _flags[kViewTreeNeedsUpdateFlag];
356}

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64