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

Method getViews

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

Source from the content-addressed store, hash-verified

576 }
577
578 getViews(scraperName: string): View[] {
579 return this.scrapers[scraperName].views;
580 }
581
582 getDefaultSort(scraperName: string): string {
583 return this.scrapers[scraperName].default_sort;

Callers 5

getViewIdsMethod · 0.95
cleanResultsForLargeTaskFunction · 0.80
cleanResultsFunction · 0.80
executeTaskResultsFunction · 0.80
checkViewForListFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected