Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ ups_cursor_erase
Method
ups_cursor_erase
java/java/de/crupp/upscaledb/Cursor.java:42–42 ·
view source on GitHub ↗
(long handle, int flags)
Source
from the content-addressed store, hash-verified
40
byte[] key, byte[] record,
int
flags);
41
42
private
native
int
ups_cursor_erase(long handle,
int
flags);
43
44
private
native
int
ups_cursor_get_duplicate_count(long handle,
int
flags);
45
Callers
1
erase
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected