MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / release

Method release

src/jrd/Collation.cpp:1128–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128void Collation::release(thread_db* tdbb)
1129{
1130 fb_assert(useCount >= 0);
1131
1132 if (existenceLock)
1133 LCK_release(tdbb, existenceLock);
1134
1135 useCount = 0;
1136}
1137
1138void Collation::destroy(thread_db* tdbb)
1139{

Callers

nothing calls this directly

Calls 1

LCK_releaseFunction · 0.85

Tested by

no test coverage detected