MCPcopy Index your code
hub / github.com/java-native-access/jna / getFunctionName

Method getFunctionName

src/com/sun/jna/FunctionMapper.java:50–50  ·  view source on GitHub ↗
(NativeLibrary library, Method method)

Source from the content-addressed store, hash-verified

48 */
49public interface FunctionMapper {
50 String getFunctionName(NativeLibrary library, Method method);
51}

Callers 2

testFunctionMapperMethod · 0.95
getFunctionMethod · 0.95

Implementers 5

W32APIFunctionMappersrc/com/sun/jna/win32/W32APIFunctionMa
StdCallFunctionMappersrc/com/sun/jna/win32/StdCallFunctionM
PerformanceTesttest/com/sun/jna/PerformanceTest.java
DirectTesttest/com/sun/jna/DirectTest.java
LastErrorTesttest/com/sun/jna/LastErrorTest.java

Calls

no outgoing calls

Tested by 1

testFunctionMapperMethod · 0.76