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

Method on_tracker_settle

cpp/src/delivery_test.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void on_tracker_settle(proton::tracker &t) override {
117 ASSERT_EQUAL(test_tag, t.tag());
118 tracker_settle_counter++;
119 }
120};
121
122int test_delivery_tag() {

Callers

nothing calls this directly

Calls 1

tagMethod · 0.45

Tested by

no test coverage detected