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

Function get_jni_call_object_method

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

Source from the content-addressed store, hash-verified

484}
485
486pub(crate) fn get_jni_call_object_method() -> Option<JniCallObjectMethod> {
487 JNI_CALL_OBJECT_METHOD.with(|opt| *opt.borrow())
488}
489
490pub(crate) fn set_jni_call_void_method(j: Option<JniCallVoidMethod>) -> Option<JniCallVoidMethod> {
491 debug("Called set_jni_call_void_method");

Callers 10

try_fromMethod · 0.85
invokeMethod · 0.85
fieldMethod · 0.85
invoke_staticMethod · 0.85
to_rust_boxedMethod · 0.85
to_rust_deserializedMethod · 0.85
cache_classloader_ofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected