(url2)
| 3971 | return string.substring(start, end); |
| 3972 | } |
| 3973 | function trimTabAndNewline(url2) { |
| 3974 | return url2.replace(/\u0009|\u000A|\u000D/ug, ""); |
| 3975 | } |
| 3976 | function shortenPath(url2) { |
| 3977 | const { path: path5 } = url2; |
| 3978 | if (path5.length === 0) { |
no outgoing calls
no test coverage detected
searching dependent graphs…