MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getChars

Function getChars

classpath/java-io.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223} // namespace
224
225static inline string_t getChars(JNIEnv* e, jstring path)
226{
227 return reinterpret_cast<string_t>(e->GET_CHARS(path, 0));
228}
229
230static inline void releaseChars(JNIEnv* e, jstring path, string_t chars)
231{

Calls

no outgoing calls

Tested by

no test coverage detected