| 2024 | } |
| 2025 | |
| 2026 | static inline bool pconnection_has_event(pconnection_t *pc) { |
| 2027 | return pn_connection_driver_has_event(&pc->driver); |
| 2028 | } |
| 2029 | |
| 2030 | static inline bool listener_has_event(pn_listener_t *l) { |
| 2031 | return pn_collector_peek(l->collector); |
no test coverage detected