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

Method detachViewNode

valdi/src/valdi/runtime/Attributes/Yoga/Yoga.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void Yoga::detachViewNode(YGNode* node) {
40 facebook::yoga::resolveRef(node)->setContext(nullptr);
41}
42
43void Yoga::markNodeDirty(YGNode* node) {
44 if (node != nullptr) {

Callers

nothing calls this directly

Calls 2

resolveRefFunction · 0.50
setContextMethod · 0.45

Tested by

no test coverage detected