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

Method setViewNodeTree

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

Source from the content-addressed store, hash-verified

185 removeFromParent(viewTransactionScope);
186 setViewNodeTree(nullptr);
187 _viewFactory = nullptr;
188}
189
190void ViewNode::setViewNodeTree(ViewNodeTree* viewNodeTree) {
191 _viewNodeTree = viewNodeTree;
192}

Callers 3

createNodeMethod · 0.80
addViewNodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

createNodeMethod · 0.64