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

Method getSortIds

js/botasaurus-server-js/src/server.ts:586–588  ·  view source on GitHub ↗
(scraperName: string)

Source from the content-addressed store, hash-verified

584 }
585
586 getSortIds(scraperName: string): string[] {
587 return this.getSorts(scraperName).map((s) => s.id);
588 }
589
590 getViewIds(scraperName: string): string[] {
591 return this.getViews(scraperName).map((v) => v.id);

Callers 3

executeGetTaskResultsFunction · 0.80
executeTaskResultsFunction · 0.80
executeGetUiTaskResultsFunction · 0.80

Calls 1

getSortsMethod · 0.95

Tested by

no test coverage detected