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

Function getHandleField

src/java/JavaHandle.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11static jfieldID getHandleField(JNIEnv * env, jobject obj)
12{
13 return getField(env, obj, "nativeHandle", "J");
14}
15
16void * mailcore::getHandle(JNIEnv * env, jobject obj)
17{

Callers 2

getHandleMethod · 0.85
setHandleMethod · 0.85

Calls 1

getFieldFunction · 0.85

Tested by

no test coverage detected