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

Method ups_cursor_overwrite

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

Source from the content-addressed store, hash-verified

31 private native byte[] ups_cursor_get_record(long handle, int flags);
32
33 private native int ups_cursor_overwrite(long handle,
34 byte[] record, int flags);
35
36 private native int ups_cursor_find(long handle,
37 byte[] key, int flags);

Callers 1

overwriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected