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

Method Get

library/cpp/jni/jni.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189TJniEnv::TJniEnv() : Resources(std::make_unique<TResources>()) {}
190
191TJniEnv* TJniEnv::Get() {
192 static TJniEnv env;
193 return &env;
194}
195
196jint TJniEnv::Init(JavaVM* jvm, EClassLoader classLoader) {
197 Ensure(jvm);

Callers 15

mainFunction · 0.45
AddMethod · 0.45
DoWriteMethod · 0.45
DoFlushMethod · 0.45
DoFinishMethod · 0.45
StartMethod · 0.45
AddRequestMethod · 0.45
ResolveMethod · 0.45
Y_UNIT_TESTFunction · 0.45
CancelMethod · 0.45
NeedResultMethod · 0.45
LaunchOpsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestPackerMethod · 0.36