Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ release
Method
release
src/include/alloc_ptr.h:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
ptr.swap(rhs.ptr);
44
}
45
element_type* release() {
46
return ptr.release();
47
}
48
void reset(element_type *p = nullptr) {
49
ptr.reset(p);
50
}
Callers
5
push_back
Function · 0.45
share
Function · 0.45
lambdafy
Function · 0.45
push_back
Function · 0.45
share
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected