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

Function getViewNode

valdi/src/valdi/android/NativeBridge.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93Valdi::Ref<Valdi::ViewNode> getViewNode(jlong viewNodeHandle) {
94 return ValdiAndroid::bridge<Valdi::ViewNode>(viewNodeHandle);
95}
96
97inline ValdiAndroid::RuntimeManagerWrapper* getRuntimeManagerWrapper(jlong handle) {
98 return reinterpret_cast<ValdiAndroid::RuntimeManagerWrapper*>(handle);

Calls

no outgoing calls

Tested by

no test coverage detected