Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
static jfieldID getHandleField(JNIEnv * env, jobject obj)
12
{
13
return getField(env, obj,
"nativeHandle"
,
"J"
);
14
}
15
16
void * mailcore::getHandle(JNIEnv * env, jobject obj)
17
{
Callers
2
getHandle
Method · 0.85
setHandle
Method · 0.85
Calls
1
getField
Function · 0.85
Tested by
no test coverage detected