Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
Valdi::Value GlobalRefJavaObjectBase::toValue() {
47
return ValdiAndroid::toValue(JavaEnv(), _ref.get());
48
}
49
50
djinni::LocalRef<jobject> GlobalRefJavaObjectBase::get() const {
51
return _ref.get();
Callers
1
javaObjectToLazyValueConvertible
Function · 0.45
Calls
3
toValue
Function · 0.85
JavaEnv
Class · 0.70
get
Method · 0.65
Tested by
no test coverage detected