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

Method getViewNodeTree

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

Source from the content-addressed store, hash-verified

189
190void ViewNode::clear(ViewTransactionScope& viewTransactionScope) {
191 removeView(viewTransactionScope);
192 removeFromParent(viewTransactionScope);
193 setViewNodeTree(nullptr);
194 _viewFactory = nullptr;
195}
196

Callers 15

createViewNodeWrapperMethod · 0.80
performViewNodeActionMethod · 0.80
invalidateLayoutMethod · 0.80
notifyScrollMethod · 0.80
setValueForAttributeMethod · 0.80
reapplyAttributeMethod · 0.80
setAttachedDataMethod · 0.80
ViewNodeAssetHandlerMethod · 0.80
ygDirtiedCallbackFunction · 0.80
measureMethod · 0.80
resolveMethod · 0.80
bindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected