Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/proxima
/ value
Method
value
src/repository/repository_common/error_code.h:48–50 ·
view source on GitHub ↗
Retrieve the value of code
Source
from the content-addressed store, hash-verified
46
47
//! Retrieve the value of code
48
int value() const {
49
return (this->value_);
50
}
51
52
//! Retrieve the description of code
53
const char *desc() const {
Callers
2
send_data
Method · 0.45
emplace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected