Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ ups_cursor_get_key
Method
ups_cursor_get_key
java/java/de/crupp/upscaledb/Cursor.java:29–29 ·
view source on GitHub ↗
(long handle, int flags)
Source
from the content-addressed store, hash-verified
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
31
private
native byte[] ups_cursor_get_record(long handle,
int
flags);
32
Callers
1
getKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected