Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ release
Function
release
Fleece/Support/RefCounted.cc:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
__hot void release(const RefCounted *r) noexcept {
34
if (r) r->_release();
35
}
36
37
38
__hot void assignRef(RefCounted* &holder, RefCounted *newValue) noexcept {
Callers
4
~Retained
Method · 0.70
Retained
Class · 0.70
RetainedConst
Method · 0.70
RetainedConst
Class · 0.70
Calls
1
_release
Method · 0.45
Tested by
no test coverage detected