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

Method getSubCode

java/src/main/java/org/rocksdb/Status.java:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 public SubCode getSubCode() {
39 return subCode;
40 }
41
42 public String getState() {
43 return state;

Calls

no outgoing calls