MCPcopy Create free account
hub / github.com/alibaba/proxima / value

Method value

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

Retrieve the value of code

Source from the content-addressed store, hash-verified

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

Callers 15

ParseSchemaFunction · 0.45
AppendMethod · 0.45
emplaceMethod · 0.45
protobuf_helper.ccFile · 0.45
create_collectionMethod · 0.45
drop_collectionMethod · 0.45
describe_collectionMethod · 0.45
list_collectionsMethod · 0.45
stats_collectionMethod · 0.45
writeMethod · 0.45
queryMethod · 0.45
create_collectionMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36