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

Function get_jni_call_static_object_method

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

Source from the content-addressed store, hash-verified

614}
615
616pub(crate) fn get_jni_call_static_object_method() -> Option<JniCallStaticObjectMethod> {
617 JNI_CALL_STATIC_OBJECT_METHOD.with(|opt| *opt.borrow())
618}
619
620pub(crate) fn set_jni_get_array_length(
621 j: Option<JniGetArrayLength>,

Callers 11

try_fromMethod · 0.85
create_instanceMethod · 0.85
static_classMethod · 0.85
create_java_arrayMethod · 0.85
do_create_java_listMethod · 0.85
do_create_java_mapMethod · 0.85
invoke_staticMethod · 0.85
clone_instanceMethod · 0.85
castMethod · 0.85
get_throwable_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected