MCPcopy Create free account
hub / github.com/HumbleUI/JWM / fromJava

Function fromJava

shared/cc/impl/Library.cc:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 uintptr_t fromJava(JNIEnv* env, jobject object) {
96 jlong ptr = env->GetLongField(object, kPtr);
97 return static_cast<uintptr_t>(ptr);
98 }
99 }
100
101 namespace Clipboard {

Calls 1

exceptionThrownFunction · 0.85

Tested by

no test coverage detected