MCPcopy 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
106CephContext* CephContext::get()
107{
108 ++nref;
109 return this;
110}
111
112void CephContext::put()
113{

Callers 3

randomMethod · 0.45
modify_msgr_hookMethod · 0.45
~CephContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected