Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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);
Callers
1
Java_java_lang_System_getNativeProperties
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected