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

Method getLabel

js/botasaurus-server-js/src/sorts.ts:152–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 protected getLabel(): string {
153 const titleCasedField = titleCase(this.field);
154 return `Results Without ${titleCasedField} First`;
155 }
156
157 public getClassName(): string {
158 return 'FalseFirstSort';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected