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

Function appendKeyValue

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

Source from the content-addressed store, hash-verified

1822 if (!hasParent()) {
1823 // No measure func if we are the root.
1824 return false;
1825 }
1826
1827 if (!managesChildFrames() && resolveYogaNode(_yogaNode)->getChildCount() > 0) {
1828 // No measure func if we are the root or if we are a container
1829 return false;

Callers 1

toXMLMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected