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

Method ups_cursor_find

java/java/de/crupp/upscaledb/Cursor.java:36–37  ·  view source on GitHub ↗
(long handle,
                        byte[] key, int flags)

Source from the content-addressed store, hash-verified

34 byte[] record, int flags);
35
36 private native int ups_cursor_find(long handle,
37 byte[] key, int flags);
38
39 private native int ups_cursor_insert(long handle,
40 byte[] key, byte[] record, int flags);

Callers 1

findMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected