MCPcopy Create free account
hub / github.com/ElementsProject/elements / code

Function code

src/leveldb/include/leveldb/status.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 Code code() const {
89 return (state_ == nullptr) ? kOk : static_cast<Code>(state_[4]);
90 }
91
92 Status(Code code, const Slice& msg, const Slice& msg2);
93 static const char* CopyState(const char* s);

Callers 6

IsNotFoundFunction · 0.85
IsCorruptionFunction · 0.85
IsIOErrorFunction · 0.85
IsNotSupportedErrorFunction · 0.85
IsInvalidArgumentFunction · 0.85
ToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected