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

Method setPrefersLazyLayout

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

Source from the content-addressed store, hash-verified

1735 return _emittingViewNode != nullptr;
1736}
1737
1738ViewNode* ViewNode::getEmittingViewNode() const {
1739 return _emittingViewNode.get();
1740}
1741
1742void ViewNode::valueChanged(AttributeId attribute, const Value& value, bool shouldNotifySync) {
1743 _attributesApplier.updateAttributeWithoutUpdate(attribute, value);

Callers 2

TESTFunction · 0.80
bindMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64