Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
src/jrd/replication/Utils.h:91–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void release()
92
{
93
if (m_handle)
94
{
95
::close(m_handle);
96
m_handle = 0;
97
}
98
}
99
100
protected:
101
int m_handle;
Callers
15
startTransaction
Method · 0.45
shutdown
Method · 0.45
flush
Method · 0.45
bgWriter
Method · 0.45
copyTo
Method · 0.45
ChangeLog
Method · 0.45
~ChangeLog
Method · 0.45
write
Method · 0.45
archiveSegment
Method · 0.45
switchActiveSegment
Method · 0.45
bgArchiver
Method · 0.45
initSegments
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected