Detect will detect whether the string matches a known pattern to turn it into a proper URL.
(string, string)
| 13 | // Detect will detect whether the string matches a known pattern to |
| 14 | // turn it into a proper URL. |
| 15 | Detect(string, string) (string, bool, error) |
| 16 | } |
| 17 | |
| 18 | // Detect is a method used to detect if a Getter is a candidate for downloading an artifact |
no outgoing calls
no test coverage detected