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

Class

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

Source from the content-addressed store, hash-verified

108}
109
110class NumericDescendingSort extends BaseSort {
111 constructor(field: string, options: { label?: string | null; isDefault?: boolean } = {}) {
112 super(field, options);
113 this.reverse = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected