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

Method empty

java/src/main/java/org/rocksdb/AbstractSlice.java:89–91  ·  view source on GitHub ↗

Return true if the length of the data is zero. @return true if there is no data, false otherwise.

()

Source from the content-addressed store, hash-verified

87 * @return true if there is no data, false otherwise.
88 */
89 public boolean empty() {
90 return empty0(getNativeHandle());
91 }
92
93 /**
94 * Creates a string representation of the data

Callers 3

sliceMethod · 0.45
key_may_exist_helperFunction · 0.45

Calls 2

empty0Method · 0.95
getNativeHandleMethod · 0.80

Tested by 1

sliceMethod · 0.36