MCPcopy 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

getMetadataMethod · 0.45
getBuilderMethod · 0.45
getFunction · 0.45
getInputMetadataMethod · 0.45
getOutputMetadataMethod · 0.45
InternalMessageBufferMethod · 0.45
ReferenceMethod · 0.45
RefPtrMethod · 0.45
assignMethod · 0.45
getFirebirdConfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected