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

Method what

src/db/common/error_code.h:69–75  ·  view source on GitHub ↗

Retrieve the description of code

Source from the content-addressed store, hash-verified

67
68 //! Retrieve the description of code
69 const char *what(int val) const {
70 auto iter = map_.find(val);
71 if (iter != map_.end()) {
72 return iter->second->desc();
73 }
74 return "";
75 }
76
77 //! Retrieve the singleton
78 static ErrorCode *Instance(void) {

Callers 15

get_recall_precisionFunction · 0.45
get_recall_precisionFunction · 0.45
zvec_config_data_createFunction · 0.45
parseMethod · 0.45
initMethod · 0.45
openMethod · 0.45
ReadBlocksAsDatasetFunction · 0.45
WhatMethod · 0.45
parseMethod · 0.45
parse_filterMethod · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
descMethod · 0.45

Tested by 1

TESTFunction · 0.36