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

Method functionKey

src/com/sun/jna/NativeLibrary.java:119–121  ·  view source on GitHub ↗
(String name, int flags, String encoding)

Source from the content-addressed store, hash-verified

117 }
118
119 private static String functionKey(String name, int flags, String encoding) {
120 return name + "|" + flags + "|" + encoding;
121 }
122
123 @SuppressWarnings("LeakingThisInConstructor")
124 private NativeLibrary(String libraryName, String libraryPath, long handle, Map<String, ?> options) {

Callers 2

NativeLibraryMethod · 0.95
getFunctionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected