MCPcopy 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

SortMethod · 0.80

Calls 2

existMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected