Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ linkSort
Method
linkSort
src/jrd/sort.h:403–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
void unlinkAll();
402
403
void linkSort(Sort* scb)
404
{
405
fb_assert(scb);
406
407
if (!sorts.exist(scb))
408
{
409
sorts.add(scb);
410
}
411
}
412
413
void unlinkSort(Sort* scb)
414
{
Callers
1
Sort
Method · 0.80
Calls
2
exist
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected