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

Method destroy

src/yvalve/YObjects.h:97–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void destroy(unsigned dstrFlags)
98 {
99 Firebird::MutexLockGuard guard(mtx, FB_FUNCTION);
100
101 // Call destroy() only once even if handle is not removed from array
102 // by this call for any reason
103 for (int i = array.getCount() - 1; i >= 0; i--)
104 array[i]->destroy(dstrFlags);
105
106 clear();
107 }
108
109 void assign(HandleArray& from)
110 {

Callers

nothing calls this directly

Calls 3

clearClass · 0.50
getCountMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected