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

Function getRuntimeWrapper

valdi/src/valdi/android/NativeBridge.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60#include <android/native_window_jni.h>
61
62inline ValdiAndroid::RuntimeWrapper* getRuntimeWrapper(jlong handle) {
63 return reinterpret_cast<ValdiAndroid::RuntimeWrapper*>(handle);
64}
65
66inline Valdi::Runtime* getRuntime(jlong handle) {
67 auto* runtimeWrapper = getRuntimeWrapper(handle);

Callers 15

getRuntimeFunction · 0.85
onRuntimeReadyMethod · 0.85
deleteRuntimeMethod · 0.85
createContextMethod · 0.85
setRootViewMethod · 0.85
getViewNodePointMethod · 0.85
getViewNodeSizeMethod · 0.85
canViewNodeScrollMethod · 0.85
measureLayoutMethod · 0.85
setLayoutSpecsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected