Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ decref
Method
decref
cpp/src/object.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void pn_ptr_base::decref(void *p) {
31
if (p) ::pn_decref(const_cast<void*>(p));
32
}
33
34
std::string pn_ptr_base::inspect(void* p) {
35
if (!p) return std::string();
Callers
5
ssl_options.cpp
File · 0.45
~ssl_server_options
Method · 0.45
~ssl_client_options
Method · 0.45
~ssl_domain
Method · 0.45
pni_class_decref
Function · 0.45
Calls
1
pn_decref
Function · 0.85
Tested by
no test coverage detected