MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / getHandle

Method getHandle

src/java/JavaHandle.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void * mailcore::getHandle(JNIEnv * env, jobject obj)
17{
18 jlong handle = env->GetLongField(obj, getHandleField(env, obj));
19 return (void *) handle;
20}
21
22void mailcore::setHandle(JNIEnv *env, jobject obj, void *t)
23{

Callers

nothing calls this directly

Calls 1

getHandleFieldFunction · 0.85

Tested by

no test coverage detected