MCPcopy Create free account
hub / github.com/apache/qpid-proton / pconnection_has_event

Function pconnection_has_event

c/src/proactor/win_iocp.cpp:2026–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

pconnection_can_freeFunction · 0.70
pconnection_processFunction · 0.70
pconnection_doneFunction · 0.70
pconnection_doneFunction · 0.70
pconnection_processFunction · 0.70

Calls 1

Tested by

no test coverage detected