Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get
Method
get
src/common/ceph_context.cc:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
CephContext* CephContext::get()
107
{
108
++nref;
109
return this;
110
}
111
112
void CephContext::put()
113
{
Callers
3
random
Method · 0.45
modify_msgr_hook
Method · 0.45
~CephContext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected