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

Method constructor

js/botasaurus-js/src/utils.ts:9–14  ·  view source on GitHub ↗
(link: string | null = null, raiseMaximum1Time: boolean = true)

Source from the content-addressed store, hash-verified

7 raiseMaximum1Time: boolean
8
9 constructor(link: string | null = null, raiseMaximum1Time: boolean = true) {
10 super(link ? `Not found for link: ${link}` : "Not Found")
11 this.link = link
12 this.raisedOnce = false
13 this.raiseMaximum1Time = raiseMaximum1Time
14 }
15}
16
17function isErrorsInstance(instances: any[], error: any): [boolean, number] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected