| 446 | } |
| 447 | |
| 448 | proton::error_condition error() const { return err_; } |
| 449 | void on_container_start(proton::container &) override { set("start"); } |
| 450 | void on_connection_open(proton::connection &) override { set("open"); } |
| 451 |
no outgoing calls
no test coverage detected