Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get
Method
get
src/include/alloc_ptr.h:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
ptr.reset(p);
50
}
51
element_type* get() const {
52
if (!ptr)
53
ptr.reset(new element_type);
54
return ptr.get();
55
}
56
element_type& operator*() const {
57
if (!ptr)
58
ptr.reset(new element_type);
Callers
12
ceph_demangle
Function · 0.45
push_back
Function · 0.45
operator->
Method · 0.45
encode
Function · 0.45
decode
Function · 0.45
construct_with
Method · 0.45
assign
Method · 0.45
assign_common
Method · 0.45
ptr
Method · 0.45
ptr
Method · 0.45
push_back
Function · 0.45
operator==
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected