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

Method addRef

src/common/classes/RefMutex.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 {
77 public:
78 static int addRef(T* object)
79 {
80 return object->addRef();
81 }
82
83 static int release(T* object)
84 {

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected