Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ isSPARC
Method
isSPARC
src/com/sun/jna/Platform.java:231–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
229
}
230
231
public
static
final
boolean isSPARC() {
232
return
ARCH.startsWith(
"sparc"
);
233
}
234
235
public
static
final
boolean isMIPS() {
236
if
(ARCH.equals(
"mips"
)
Callers
1
Native
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected