Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ addRef
Method
addRef
src/common/classes/RefCounted.h:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
{
36
public:
37
virtual int addRef() const
38
{
39
return ++m_refCnt;
40
}
41
42
virtual int release() const
43
{
Callers
10
getMetadata
Method · 0.45
getBuilder
Method · 0.45
get
Function · 0.45
getInputMetadata
Method · 0.45
getOutputMetadata
Method · 0.45
InternalMessageBuffer
Method · 0.45
Reference
Method · 0.45
RefPtr
Method · 0.45
assign
Method · 0.45
getFirebirdConf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected