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

Method handler

c/tests/pn_test.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93handler::handler()
94 : last_condition(pn_condition()), connection(), session(), link(), sender(),
95 receiver(), delivery(), message() {}
96
97bool handler::dispatch(pn_event_t *e) {
98 log.push_back(pn_event_type(e));

Callers 15

namesFunction · 0.45
clearFunction · 0.45
test_auto_open_closeMethod · 0.45
test_transport_errorMethod · 0.45
test_connection_errorMethod · 0.45
test_session_errorMethod · 0.45
test_options_offMethod · 0.45
test_messageMethod · 0.45
test_unhandledMethod · 0.45
test_on_errorMethod · 0.45

Calls 1

pn_conditionFunction · 0.85

Tested by

no test coverage detected