| 239 | |
| 240 | std::string_view get_state_name() const { return get_state_name(state); } |
| 241 | uint64_t get_state_seq() const { return state_seq; } |
| 242 | bool is_closed() const { return state == STATE_CLOSED; } |
| 243 | bool is_opening() const { return state == STATE_OPENING; } |
| 244 | bool is_open() const { return state == STATE_OPEN; } |
no outgoing calls
no test coverage detected