Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ getName
Method
getName
src/com/sun/jna/Function.java:297–299 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
}
296
297
public
String getName() {
298
return
functionName;
299
}
300
301
public
int
getCallingConvention() {
302
return
callFlags & MASK_CC;
Callers
3
invoke
Method · 0.95
convertArgument
Method · 0.95
getFunctionName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected