MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Reference

Method Reference

src/common/classes/RefCounted.h:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 {
71 public:
72 explicit Reference(RefCounted& refCounted) :
73 r(refCounted)
74 {
75 r.addRef();
76 }
77
78 ~Reference()
79 {

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected