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

Method toPlaformRepresentation

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

Source from the content-addressed store, hash-verified

205 }
206
207 return _view;
208}
209
210Value ViewNode::toPlaformRepresentation(bool wrapInPlatformReference) {
211 return _viewNodeTree->getViewManagerContext()->getViewManager().createViewNodeWrapper(strongSmallRef(this),
212 wrapInPlatformReference);
213}

Calls 3

strongSmallRefFunction · 0.85
getViewManagerMethod · 0.80
createViewNodeWrapperMethod · 0.45

Tested by

no test coverage detected