Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
examples/interfaces/08.events.cpp:95–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
virtual int release()
96
{
97
if (--refCounter == 0)
98
{
99
delete this;
100
return 0;
101
}
102
else
103
return 1;
104
}
105
106
private:
107
~Event()
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
process
Method · 0.45
~Event
Method · 0.45
main
Function · 0.45
main
Function · 0.45
print
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected