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

Method getLanguage

classpath/java-lang.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 const char* getLanguage()
304 {
305 return reinterpret_cast<const char*>(language);
306 }
307 const char* getRegion()
308 {
309 return reinterpret_cast<const char*>(region);

Calls

no outgoing calls

Tested by

no test coverage detected