MCPcopy Create free account
hub / github.com/Firebasky/Java / GetVersion

Method GetVersion

JNI/jni/jni.h:786–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784#ifdef __cplusplus
785
786 jint GetVersion() {
787 return functions->GetVersion(this);
788 }
789 jclass DefineClass(const char *name, jobject loader, const jbyte *buf,
790 jsize len) {
791 return functions->DefineClass(this, name, loader, buf, len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected