MCPcopy 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

startTransactionMethod · 0.45
shutdownMethod · 0.45
flushMethod · 0.45
bgWriterMethod · 0.45
copyToMethod · 0.45
ChangeLogMethod · 0.45
~ChangeLogMethod · 0.45
writeMethod · 0.45
archiveSegmentMethod · 0.45
switchActiveSegmentMethod · 0.45
bgArchiverMethod · 0.45
initSegmentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected