MCPcopy Create free account
hub / github.com/alibaba/zvec / desc

Method desc

src/db/common/error_code.h:47–49  ·  view source on GitHub ↗

Retrieve the description of code

Source from the content-addressed store, hash-verified

45
46 //! Retrieve the description of code
47 const char *desc() const {
48 return (this->desc_);
49 }
50
51 private:
52 int value_;

Callers 1

whatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected