Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ doClean
Method
doClean
src/common/classes/ImplementHelper.h:343–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
void doClean()
344
{
345
flagOsUnload = false;
346
347
if (cleanup)
348
{
349
cleanup();
350
cleanup = NULL;
351
}
352
}
353
354
void threadDetach()
355
{
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected