MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ~ViewNode

Method ~ViewNode

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

Source from the content-addressed store, hash-verified

172constexpr size_t kManagesChildFrames = 31;
173constexpr size_t kIsMeasuring = 32;
174constexpr size_t kManagedChildrenLayoutNeedsCommit = 33;
175constexpr size_t kTranslationXIsPercent = 34;
176constexpr size_t kTranslationYIsPercent = 35;
177constexpr size_t kHasOveriddenColorPalette = 36;
178
179ViewNode::ViewNode(YGConfig* yogaConfig,
180 AttributeIds& attributeIds,
181 const Ref<ColorPalette>& colorPalette,

Callers

nothing calls this directly

Calls 2

destroyYogaNodeFunction · 0.85
destroyMethod · 0.65

Tested by

no test coverage detected