Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ intrusive_ptr_add_ref
Function
intrusive_ptr_add_ref
src/msg/Message.h:558–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
};
557
558
inline void intrusive_ptr_add_ref(Message* m)
559
{
560
m->get();
561
}
562
563
inline void intrusive_ptr_release(Message* m)
564
{
Callers
1
ref
Method · 0.50
Calls
1
get
Method · 0.45
Tested by
no test coverage detected