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

Method on_tracker_accept

cpp/src/delivery_test.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void on_tracker_accept(proton::tracker &t) override {
112 ASSERT_EQUAL(test_tag, t.tag());
113 tracker_accept_counter++;
114 }
115
116 void on_tracker_settle(proton::tracker &t) override {
117 ASSERT_EQUAL(test_tag, t.tag());

Callers

nothing calls this directly

Calls 1

tagMethod · 0.45

Tested by

no test coverage detected