(scraperToInputJs: Record<string, Function>)
| 224 | } |
| 225 | |
| 226 | setScraperToInputJs(scraperToInputJs: Record<string, Function>): void { |
| 227 | this.scraperToInputJs = scraperToInputJs; |
| 228 | } |
| 229 | |
| 230 | getControls(scraperName: string): any { |
| 231 | this.updateCache(scraperName); |
nothing calls this directly
no outgoing calls
no test coverage detected