MCPcopy Create free account
hub / github.com/catboost/catboost / GetStringUTFChars

Method GetStringUTFChars

library/cpp/jni/jni.cpp:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372const char* TJniEnv::GetStringUTFChars(jstring str, jboolean* isCopy) const {
373 return GetJniEnv()->GetStringUTFChars(str, isCopy);
374}
375
376bool TJniEnv::acquireLocalRef(const NJni::TWeakGlobalRef& weakRef, NJni::TLocalRef& output) const {
377 auto* env = GetJniEnv();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected