MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/sorts.ts:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144class FalseFirstSort extends BaseSort {
145 protected override getSortKey(): (item: any) => number {
146 return (item: any) => {
147 const value = item[this.field];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected