()
| 530 | callback: (messages: Hint[]) => void |
| 531 | ) { |
| 532 | const errorFn = () => callback([]) |
| 533 | fetch(url).then((response) => { |
| 534 | if (response.ok) { |
| 535 | response.text().then((body) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…