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

Method GetByteArrayRegion

library/cpp/jni/jni.cpp:353–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void TJniEnv::GetByteArrayRegion(jbyteArray array, jsize start, jsize len,
354 char* buf) const
355{
356 auto* env = GetJniEnv();
357 env->GetByteArrayRegion(array, start, len, (jbyte*)buf);
358 Check();
359}
360
361jsize TJniEnv::GetArrayLength(jarray array) const {
362 return GetJniEnv()->GetArrayLength(array);

Callers

nothing calls this directly

Calls 1

CheckFunction · 0.70

Tested by

no test coverage detected