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

Method setSortMode

src/common/classes/array.h:598–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 }
597
598 void setSortMode(int sm)
599 {
600 if (sortMode != FB_ARRAY_SORT_WHEN_ADD && sm == FB_ARRAY_SORT_WHEN_ADD && !sorted)
601 {
602 sort();
603 }
604 sortMode = sm;
605 }
606
607 void sort()
608 {

Callers 3

initMethod · 0.45
CollisionListMethod · 0.45
parseMethod · 0.45

Calls 1

sortClass · 0.85

Tested by

no test coverage detected