MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ExistenceGuard

Method ~ExistenceGuard

src/jrd/svc.cpp:226–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226Service::ExistenceGuard::~ExistenceGuard()
227{
228 try
229 {
230 existenceMutex->leave();
231 }
232 catch (const Exception&)
233 {
234 DtorException::devHalt();
235 }
236}
237
238Service::UnlockGuard::UnlockGuard(Service* svc, const char* from)
239 : SafeMutexLock(svc, from), locked(false), doLock(false)

Callers

nothing calls this directly

Calls 2

devHaltFunction · 0.85
leaveMethod · 0.45

Tested by

no test coverage detected