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

Method setScraperToInputJs

js/botasaurus-server-js/src/server.ts:226–228  ·  view source on GitHub ↗
(scraperToInputJs: Record<string, Function>)

Source from the content-addressed store, hash-verified

224 }
225
226 setScraperToInputJs(scraperToInputJs: Record<string, Function>): void {
227 this.scraperToInputJs = scraperToInputJs;
228 }
229
230 getControls(scraperName: string): any {
231 this.updateCache(scraperName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected