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

Method incUseCount

src/jrd/Collation.cpp:1153–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151}
1152
1153void Collation::incUseCount(thread_db* /*tdbb*/)
1154{
1155 fb_assert(!obsolete);
1156 fb_assert(useCount >= 0);
1157
1158 ++useCount;
1159}
1160
1161void Collation::decUseCount(thread_db* tdbb)
1162{

Callers 2

StatementMethod · 0.80
TRA_post_resourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected