({ url, is_regex, execution })
| 11 | } |
| 12 | |
| 13 | update({ url, is_regex, execution }) { |
| 14 | this.url = url; |
| 15 | this.is_regex = is_regex; |
| 16 | this.execution = execution; |
| 17 | } |
| 18 | } |
| 19 | //Variables |
| 20 | let isGoodLink_allowSelf = false |
no outgoing calls
no test coverage detected