| 189 | } |
| 190 | } |
| 191 | public static interface DirectCallback extends Callback { |
| 192 | void invoke(); |
| 193 | } |
| 194 | public DirectMapping(Map<String, ?> options) { |
| 195 | Native.register(getClass(), NativeLibrary.getInstance("testlib", options)); |
| 196 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…