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

Method toValue

valdi_core/src/valdi_core/jni/GlobalRefJavaObject.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46Valdi::Value GlobalRefJavaObjectBase::toValue() {
47 return ValdiAndroid::toValue(JavaEnv(), _ref.get());
48}
49
50djinni::LocalRef<jobject> GlobalRefJavaObjectBase::get() const {
51 return _ref.get();

Callers 1

Calls 3

toValueFunction · 0.85
JavaEnvClass · 0.70
getMethod · 0.65

Tested by

no test coverage detected