Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ appendIndent
Function
appendIndent
valdi/src/valdi/runtime/Context/ViewNode.cpp:1817–1821 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1815
setViewTreeNeedsUpdate();
1816
1817
updateYogaMeasureFunc();
1818
}
1819
}
1820
1821
bool ViewNode::needsYogaMeasureFunc() const {
1822
if (!hasParent()) {
1823
// No measure func if we are the root.
1824
return false;
Callers
1
toXML
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected