MCPcopy Create free account
hub / github.com/bytedance/terarkdb / empty0

Method empty0

java/src/main/java/org/rocksdb/AbstractSlice.java:177–177  ·  view source on GitHub ↗
(long handle)

Source from the content-addressed store, hash-verified

175 protected native static long createNewSliceFromString(final String str);
176 private native int size0(long handle);
177 private native boolean empty0(long handle);
178 private native String toString0(long handle, boolean hex);
179 private native int compare0(long handle, long otherHandle);
180 private native boolean startsWith0(long handle, long otherHandle);

Callers 1

emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected