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