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

Method getTaskScrapers

js/botasaurus-server-js/src/server.ts:446–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444 }
445
446 getTaskScrapers(): string[] {
447 return Object.entries(this.scrapers)
448 .filter(([_, scraper]) => scraper.scraper_type === ScraperType.TASK)
449 .map(([name]) => name);
450 }
451
452 getRequestScrapers(): string[] {
453 return Object.entries(this.scrapers)

Callers 2

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected