| 254 | } |
| 255 | |
| 256 | void inject_read_handler(const read_handler_t& handler) { |
| 257 | get_read_handler() = handler; |
| 258 | } |
| 259 | |
| 260 | void inject_flush_handler(const flush_handler_t& handler) { |
| 261 | get_flush_handler() = handler; |
no outgoing calls
no test coverage detected