Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ value
Method
value
src/db/common/error_code.h:42–44 ·
view source on GitHub ↗
Retrieve the value of code
Source
from the content-addressed store, hash-verified
40
41
//! Retrieve the value of code
42
int value() const {
43
return (this->value_);
44
}
45
46
//! Retrieve the description of code
47
const char *desc() const {
Callers
1
emplace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected