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

Function get_jni_new_string_utf

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

Source from the content-addressed store, hash-verified

442}
443
444pub(crate) fn get_jni_new_string_utf() -> Option<JniNewStringUTF> {
445 JNI_NEW_STRING_UTF.with(|opt| *opt.borrow())
446}
447
448pub(crate) fn set_jni_get_string_utf_chars(
449 j: Option<JniGetStringUTFChars>,

Callers 3

local_jobject_from_strFunction · 0.85
set_jni_new_string_utfFunction · 0.85
try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected