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

Method getChildrenIndexer

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

Source from the content-addressed store, hash-verified

3659
3660 auto needUpdateSelf = force || _flags[kCSSNeedsUpdate];
3661 auto needUpdateChildren = needUpdateSelf || _flags[kCSSHasChildNeedsUpdate];
3662
3663 if (needUpdateSelf) {
3664 updateResult.updatedNodes++;
3665 getCSSAttributesManager().updateCSS(
3666 CSSAttributesManagerUpdateContext(viewTransactionScope, getAttributesApplier(), getLogger(), animator));

Callers 1

TESTFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 1

TESTFunction · 0.64