Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
49
public
interface
FunctionMapper {
50
String getFunctionName(NativeLibrary library, Method method);
51
}
Callers
2
testFunctionMapper
Method · 0.95
getFunction
Method · 0.95
Implementers
5
W32APIFunctionMapper
src/com/sun/jna/win32/W32APIFunctionMa
StdCallFunctionMapper
src/com/sun/jna/win32/StdCallFunctionM
PerformanceTest
test/com/sun/jna/PerformanceTest.java
DirectTest
test/com/sun/jna/DirectTest.java
LastErrorTest
test/com/sun/jna/LastErrorTest.java
Calls
no outgoing calls
Tested by
1
testFunctionMapper
Method · 0.76