Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~Reference
Method
~Reference
src/common/classes/RefCounted.h:78–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
~Reference()
79
{
80
try {
81
r.release();
82
}
83
catch (const Exception&)
84
{
85
DtorException::devHalt();
86
}
87
}
88
89
private:
90
RefCounted& r;
Callers
nothing calls this directly
Calls
2
devHalt
Function · 0.85
release
Method · 0.45
Tested by
no test coverage detected