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

Function get_jni_call_boolean_method

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

Source from the content-addressed store, hash-verified

516}
517
518pub(crate) fn get_jni_call_boolean_method() -> Option<JniCallBooleanMethod> {
519 JNI_CALL_BOOLEAN_METHOD.with(|opt| *opt.borrow())
520}
521
522pub(crate) fn set_jni_call_short_method(
523 j: Option<JniCallShortMethod>,

Callers 3

try_fromMethod · 0.85
check_equalsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected