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

Method GetArrayLength

JNI/jni/jni.h:1623–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1621 }
1622
1623 jsize GetArrayLength(jarray array) {
1624 return functions->GetArrayLength(this,array);
1625 }
1626
1627 jobjectArray NewObjectArray(jsize len, jclass clazz,
1628 jobject init) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected