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

Method ups_db_find

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

Source from the content-addressed store, hash-verified

35 CompareCallback cmp);
36
37 private native byte[] ups_db_find(long handle, long txnhandle,
38 byte[] key, int flags);
39
40 private native int ups_db_get_parameters(long handle, Parameter[] params);
41

Callers 1

findMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected