Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ addRef
Method
addRef
examples/interfaces/08.events.cpp:90–93 ·
view source on GitHub ↗
refCounted implementation
Source
from the content-addressed store, hash-verified
88
89
// refCounted implementation
90
virtual void addRef()
91
{
92
++refCounter;
93
}
94
95
virtual int release()
96
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected