Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CodeAsString
Method
CodeAsString
cpp/src/arrow/status.cc:50–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
std::string Status::CodeAsString() const {
51
if (state_ == nullptr) {
52
return
"OK"
;
53
}
54
return CodeAsString(code());
55
}
56
57
std::string Status::CodeAsString(StatusCode code) {
58
const char* type;
Callers
nothing calls this directly
Calls
1
code
Function · 0.70
Tested by
no test coverage detected