Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ ~HashTable
Method
~HashTable
src/common/classes/Hash.h:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
~HashTable()
176
{
177
// by default we let hash entries be cleaned by someone else
178
cleanup(NULL);
179
}
180
181
typedef void CleanupRoutine(C* toClean);
182
void cleanup(CleanupRoutine* cleanupRoutine)
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected