Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
256
Service::UnlockGuard::~UnlockGuard()
257
{
258
if (!enter())
259
{
260
// could not lock service
261
DtorException::devHalt();
262
}
263
}
264
265
266
void Service::getOptions(ClumpletReader& spb)
Callers
nothing calls this directly
Calls
2
devHalt
Function · 0.85
enter
Function · 0.50
Tested by
no test coverage detected