MCPcopy
hub / github.com/google/go-containerregistry / checkTag

Function checkTag

pkg/name/tag.go:72–74  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

70}
71
72func checkTag(name string) error {
73 return checkElement("tag", name, tagChars, 1, 128)
74}
75
76// NewTag returns a new Tag representing the given name, according to the given strictness.
77func NewTag(name string, opts ...Option) (Tag, error) {

Callers 1

NewTagFunction · 0.85

Calls 1

checkElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…