Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
examples/dbcrypt/DbCrypt.cpp:94–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
int release()
95
{
96
if (--refCounter == 0)
97
{
98
delete this;
99
return 0;
100
}
101
return 1;
102
}
103
104
void addRef()
105
{
Callers
4
~App
Method · 0.45
execute
Method · 0.45
~DbCrypt
Method · 0.45
setKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected