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

Function settle_delivery

cpp/src/delivery.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace {
35
36void settle_delivery(pn_delivery_t* o, uint64_t state) {
37 pn_delivery_update(o, state);
38 pn_delivery_settle(o);
39}
40
41}
42

Callers 4

acceptMethod · 0.85
rejectMethod · 0.85
releaseMethod · 0.85
modifyMethod · 0.85

Calls 2

pn_delivery_updateFunction · 0.85
pn_delivery_settleFunction · 0.85

Tested by

no test coverage detected