Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~PluginLogWriter
Method
~PluginLogWriter
src/utilities/ntrace/PluginLogWriter.cpp:95–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
PluginLogWriter::~PluginLogWriter()
96
{
97
if (m_idleTimer)
98
m_idleTimer->stop();
99
100
if (m_fileHandle != -1)
101
::close(m_fileHandle);
102
}
103
104
SINT64 PluginLogWriter::seekToEnd()
105
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected