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

Method SetByteArrayRegion

library/cpp/jni/jni.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void TJniEnv::SetByteArrayRegion(jbyteArray array, jsize start, jsize len,
346 const char* buf) const
347{
348 auto* env = GetJniEnv();
349 env->SetByteArrayRegion(array, start, len, (const jbyte*)buf);
350 Check();
351}
352
353void TJniEnv::GetByteArrayRegion(jbyteArray array, jsize start, jsize len,
354 char* buf) const

Callers

nothing calls this directly

Calls 1

CheckFunction · 0.70

Tested by

no test coverage detected