MCPcopy
hub / github.com/helm/helm / IsOCI

Function IsOCI

pkg/registry/reference.go:81–83  ·  view source on GitHub ↗

IsOCI determines whether a URL is to be treated as an OCI URL

(url string)

Source from the content-addressed store, hash-verified

79
80// IsOCI determines whether a URL is to be treated as an OCI URL
81func IsOCI(url string) bool {
82 return strings.HasPrefix(url, OCIScheme+"://")
83}

Callers 9

downloadAllMethod · 0.92
hasAllReposMethod · 0.92
resolveRepoNamesMethod · 0.92
findChartURLMethod · 0.92
ResolveChartVersionMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
LocateChartMethod · 0.92
ResolveMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…