MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / ups_cursor_move_to

Method ups_cursor_move_to

java/java/de/crupp/upscaledb/Cursor.java:27–27  ·  view source on GitHub ↗
(long handle, int flags)

Source from the content-addressed store, hash-verified

25 private native long ups_cursor_clone(long handle);
26
27 private native int ups_cursor_move_to(long handle, int flags);
28
29 private native byte[] ups_cursor_get_key(long handle, int flags);
30

Callers 1

moveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected