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

Function callViewCallbackIfNeeded

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

Source from the content-addressed store, hash-verified

210
211void ViewNode::setViewNodeTree(ViewNodeTree* viewNodeTree) {
212 _viewNodeTree = viewNodeTree;
213}
214
215ViewNodeTree* ViewNode::getViewNodeTree() const {
216 return _viewNodeTree;
217}
218
219void ViewNode::setColorPaletteName(ViewTransactionScope& viewTransactionScope, const StringBox& colorPaletteName) {

Callers 1

setViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected