MCPcopy 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

invokeMethod · 0.95
convertArgumentMethod · 0.95
getFunctionNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected