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

Method GetStringCritical

JNI/jni/webshell/jni.h:1829–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827 }
1828
1829 const jchar * GetStringCritical(jstring string, jboolean *isCopy) {
1830 return functions->GetStringCritical(this,string,isCopy);
1831 }
1832 void ReleaseStringCritical(jstring string, const jchar *cstring) {
1833 functions->ReleaseStringCritical(this,string,cstring);
1834 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected