Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ load
Method
load
test/com/sun/jna/LibraryLoadTest.java:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
private
Object load() {
128
return
Native.load(Platform.C_LIBRARY_NAME, CLibrary.
class
);
129
}
130
131
public
void
testLoadProcess() {
132
Native.load(CLibrary.
class
);
Callers
4
testLoadCLibrary
Method · 0.95
testHandleObjectMethods
Method · 0.95
JNILibrary
Class · 0.45
runBare
Method · 0.45
Calls
1
load
Method · 0.95
Tested by
no test coverage detected