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

Method ~UnlockGuard

src/jrd/svc.cpp:256–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256Service::UnlockGuard::~UnlockGuard()
257{
258 if (!enter())
259 {
260 // could not lock service
261 DtorException::devHalt();
262 }
263}
264
265
266void Service::getOptions(ClumpletReader& spb)

Callers

nothing calls this directly

Calls 2

devHaltFunction · 0.85
enterFunction · 0.50

Tested by

no test coverage detected