| 103 | } |
| 104 | |
| 105 | void connect(container& c, const string& bare_config) { |
| 106 | connection_options opts; |
| 107 | c.connect(configure(opts, config_with_port(bare_config)), opts); |
| 108 | } |
| 109 | |
| 110 | void stop_listener() { |
| 111 | listener_.stop(); |
nothing calls this directly
no test coverage detected