Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void Yoga::detachViewNode(YGNode* node) {
40
facebook::yoga::resolveRef(node)->setContext(nullptr);
41
}
42
43
void Yoga::markNodeDirty(YGNode* node) {
44
if (node != nullptr) {
Callers
nothing calls this directly
Calls
2
resolveRef
Function · 0.50
setContext
Method · 0.45
Tested by
no test coverage detected