Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
init
Method · 0.45
CollisionList
Method · 0.45
parse
Method · 0.45
Calls
1
sort
Class · 0.85
Tested by
no test coverage detected