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

Method release

examples/dbcrypt/DbCrypt.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 int release()
95 {
96 if (--refCounter == 0)
97 {
98 delete this;
99 return 0;
100 }
101 return 1;
102 }
103
104 void addRef()
105 {

Callers 4

~AppMethod · 0.45
executeMethod · 0.45
~DbCryptMethod · 0.45
setKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected