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

Method getCode

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

Source from the content-addressed store, hash-verified

32 }
33
34 public Code getCode() {
35 return code;
36 }
37
38 public SubCode getSubCode() {
39 return subCode;

Calls

no outgoing calls