| 26 | operator bool() const { return OK(); } |
| 27 | |
| 28 | void SetCode(uint32_t code) { code_ = code; } |
| 29 | void SetCode(aimrt_rpc_status_code_t code) { code_ = code; } |
| 30 | |
| 31 | uint32_t Code() const { return code_; } |
nothing calls this directly
no outgoing calls
no test coverage detected