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

Method remove

src/yvalve/YObjects.h:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void remove(T* obj)
89 {
90 Firebird::MutexLockGuard guard(mtx, FB_FUNCTION);
91 FB_SIZE_T pos;
92
93 if (array.find(obj, pos))
94 array.remove(pos);
95 }
96
97 void destroy(unsigned dstrFlags)
98 {

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected