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

Method Ref

library/cpp/jni/jni.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62struct TLocalRefPolicy {
63 static jobject Ref(jobject object, JNIEnv*) { return object; }
64 static void Unref(jobject object, JNIEnv* env) {
65 if (!object) {
66 return;

Callers 5

RunMethod · 0.45
SendMessagesMethod · 0.45
RequestMethod · 0.45
PutMethod · 0.45
RegisterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected