Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ LockCheckout
Method
LockCheckout
src/jrd/replication/ChangeLog.h:121–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
{
120
public:
121
LockCheckout(ChangeLog* log)
122
: m_log(log && !log->m_shutdown ? log : NULL)
123
{
124
if (m_log)
125
m_log->unlockState();
126
}
127
128
~LockCheckout()
129
{
Callers
nothing calls this directly
Calls
1
unlockState
Method · 0.80
Tested by
no test coverage detected