Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
validateTaskRequest
Function · 0.80
validateDirectCallRequest
Function · 0.80
Calls
1
updateCache
Method · 0.95
Tested by
no test coverage detected