MCPcopy
hub / github.com/helm/helm / String

Method String

pkg/registry/reference.go:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (r *reference) String() string {
74 if r.Tag == "" {
75 return r.orasReference.String() + "@" + r.Digest
76 }
77 return r.orasReference.String()
78}
79
80// IsOCI determines whether a URL is to be treated as an OCI URL
81func IsOCI(url string) bool {

Callers 11

logResponseBodyFunction · 0.45
verifyFunction · 0.45
PullGenericMethod · 0.45
setupFunction · 0.45
processChartPullMethod · 0.45
PushMethod · 0.45
TagsMethod · 0.45
ResolveMethod · 0.45
ValidateReferenceMethod · 0.45
tagManifestMethod · 0.45

Calls

no outgoing calls

Tested by 2

verifyFunction · 0.36
setupFunction · 0.36