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

Method addRef

src/common/classes/RefMutex.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 {
92 public:
93 static int addRef(T*)
94 {
95 return 0;
96 }
97
98 static int release(T*)
99 {

Callers 2

addRefMethod · 0.45
lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected