| 86 | }; |
| 87 | |
| 88 | Code code() const { |
| 89 | return (state_ == nullptr) ? kOk : static_cast<Code>(state_[4]); |
| 90 | } |
| 91 | |
| 92 | Status(Code code, const Slice& msg, const Slice& msg2); |
| 93 | static const char* CopyState(const char* s); |
no outgoing calls
no test coverage detected