()
| 655 | } |
| 656 | |
| 657 | pub(crate) fn get_jni_set_object_array_element() -> Option<JniSetObjectArrayElement> { |
| 658 | JNI_SET_OBJECT_ARRAY_ELEMENT.with(|opt| *opt.borrow()) |
| 659 | } |
| 660 | |
| 661 | pub(crate) fn set_jni_exception_check(j: Option<JniExceptionCheck>) -> Option<JniExceptionCheck> { |
| 662 | debug("Called set_jni_exception_check"); |
no outgoing calls
no test coverage detected