MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / getControls

Method getControls

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

Source from the content-addressed store, hash-verified

228 }
229
230 getControls(scraperName: string): any {
231 this.updateCache(scraperName);
232 return this.controlsCache[scraperName].controls;
233 }
234
235 updateCache(scraperName: string): void {
236

Callers 2

validateTaskRequestFunction · 0.80

Calls 1

updateCacheMethod · 0.95

Tested by

no test coverage detected