MCPcopy 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
50std::string Status::CodeAsString() const {
51 if (state_ == nullptr) {
52 return "OK";
53 }
54 return CodeAsString(code());
55}
56
57std::string Status::CodeAsString(StatusCode code) {
58 const char* type;

Callers

nothing calls this directly

Calls 1

codeFunction · 0.70

Tested by

no test coverage detected