Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
namespace {
35
36
void 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
accept
Method · 0.85
reject
Method · 0.85
release
Method · 0.85
modify
Method · 0.85
Calls
2
pn_delivery_update
Function · 0.85
pn_delivery_settle
Function · 0.85
Tested by
no test coverage detected