MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / get_jni_new_object

Function get_jni_new_object

rust/src/cache.rs:432–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430}
431
432pub(crate) fn get_jni_new_object() -> Option<JniNewObject> {
433 JNI_NEW_OBJECT.with(|opt| *opt.borrow())
434}
435
436pub(crate) fn set_jni_new_string_utf(j: Option<JniNewStringUTF>) -> Option<JniNewStringUTF> {
437 debug("Called set_jni_new_string_utf");

Callers 12

global_jobject_from_i8Function · 0.85
global_jobject_from_i16Function · 0.85
global_jobject_from_u16Function · 0.85
global_jobject_from_i32Function · 0.85
global_jobject_from_i64Function · 0.85
global_jobject_from_f32Function · 0.85
global_jobject_from_f64Function · 0.85
set_jni_new_objectFunction · 0.85
try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected