IsOCI determines whether a URL is to be treated as an OCI URL
(url string)
| 79 | |
| 80 | // IsOCI determines whether a URL is to be treated as an OCI URL |
| 81 | func IsOCI(url string) bool { |
| 82 | return strings.HasPrefix(url, OCIScheme+"://") |
| 83 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…