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

Method NewByteArray

library/cpp/jni/jni.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338TLocalArrayRef TJniEnv::NewByteArray(jsize len) const {
339 auto* env = GetJniEnv();
340 auto ret = TLocalArrayRef(env->NewByteArray(len));
341 Check();
342 return ret;
343}
344
345void TJniEnv::SetByteArrayRegion(jbyteArray array, jsize start, jsize len,
346 const char* buf) const

Callers

nothing calls this directly

Calls 1

CheckFunction · 0.70

Tested by

no test coverage detected