MCPcopy 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
30void pn_ptr_base::decref(void *p) {
31 if (p) ::pn_decref(const_cast<void*>(p));
32}
33
34std::string pn_ptr_base::inspect(void* p) {
35 if (!p) return std::string();

Callers 5

ssl_options.cppFile · 0.45
~ssl_server_optionsMethod · 0.45
~ssl_client_optionsMethod · 0.45
~ssl_domainMethod · 0.45
pni_class_decrefFunction · 0.45

Calls 1

pn_decrefFunction · 0.85

Tested by

no test coverage detected