(location)
| 249 | } |
| 250 | |
| 251 | function formatHitLocation(location) { |
| 252 | return `${location.url}:${location.line}:${location.column}`; |
| 253 | } |
| 254 | |
| 255 | // Built human-readable text output for probe reports. |
| 256 | function buildProbeTextReport(report) { |
no outgoing calls
no test coverage detected
searching dependent graphs…