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

Function resolveYogaNode

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

Source from the content-addressed store, hash-verified

75
76static facebook::yoga::Style& getYogaStyle(YGNodeRef node) {
77 return facebook::yoga::resolveRef(node)->style();
78}
79
80static facebook::yoga::Node* resolveYogaNode(YGNodeRef node) {
81 return facebook::yoga::resolveRef(node);
82}

Callers 10

ygNodeGetFrameFunction · 0.85
removeFromParentMethod · 0.85
insertChildAtMethod · 0.85
isFlexLayoutDirtyMethod · 0.85
needsYogaMeasureFuncMethod · 0.85
getChildCountMethod · 0.85
getChildAtMethod · 0.85
updateCalculatedFrameMethod · 0.85
updateScrollStateMethod · 0.85

Calls 1

resolveRefFunction · 0.50

Tested by

no test coverage detected