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

Method unwrap

valdi/src/valdi/standalone_runtime/StandaloneView.cpp:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176Ref<StandaloneView> StandaloneView::unwrap(const Ref<View>& view) {
177 return castOrNull<StandaloneView>(view);
178}
179
180StringBox StandaloneView::getViewClassName() const {
181 return _className;

Callers 2

resolveYogaValueFunction · 0.45
bindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected