MCPcopy 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

testLoadCLibraryMethod · 0.95
JNILibraryClass · 0.45
runBareMethod · 0.45

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected