Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ incref
Method
incref
cpp/src/object.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
namespace internal {
25
26
void pn_ptr_base::incref(void *p) {
27
if (p) ::pn_incref(const_cast<void*>(p));
28
}
29
30
void pn_ptr_base::decref(void *p) {
31
if (p) ::pn_decref(const_cast<void*>(p));
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_incref
Function · 0.45
Calls
1
pn_incref
Function · 0.85
Tested by
no test coverage detected