Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/
Class
js/botasaurus-server-js/src/sorts.ts:126–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
class
TrueFirstSort extends BaseSort {
127
protected override getSortKey(): (item: any) => number {
128
return
(item: any) => {
129
const
value = item[this.field];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected