MCPcopy Create free account
hub / github.com/containers/image / IsFullIdentifier

Function IsFullIdentifier

docker/reference/regexp-additions.go:4–6  ·  view source on GitHub ↗

Return true if the specified string fully matches `IdentifierRegexp`.

(s string)

Source from the content-addressed store, hash-verified

2
3// Return true if the specified string fully matches `IdentifierRegexp`.
4func IsFullIdentifier(s string) bool {
5 return anchoredIdentifierRegexp.MatchString(s)
6}

Callers 1

TestIdentifierRegexpFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIdentifierRegexpFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…