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

Function get_jni_call_void_method

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

Source from the content-addressed store, hash-verified

600}
601
602pub(crate) fn get_jni_call_void_method() -> Option<JniCallVoidMethod> {
603 JNI_CALL_VOID_METHOD.with(|opt| *opt.borrow())
604}
605
606pub(crate) fn set_jni_call_static_object_method(
607 j: Option<JniCallStaticObjectMethod>,

Callers 5

set_jni_call_void_methodFunction · 0.85
handle_channel_senderMethod · 0.85
try_fromMethod · 0.85
invoke_to_channelMethod · 0.85
init_callback_channelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected