MCPcopy Create free account
hub / github.com/docker/secrets-engine / Error

Method Error

x/secrets/identifiers.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (e ErrInvalidID) Error() string {
27 return fmt.Sprintf("invalid identifier: %q must match ^[A-Za-z0-9._:-]+(?:/[A-Za-z0-9._:-]+)*$", e.ID)
28}
29
30// validIdentifier checks if an identifier is valid without using regexp or unicode.
31// Rules:

Callers 5

Test_SetCommandFunction · 0.95
Test_RmCommandFunction · 0.95
Test_verifyReleaseRefFunction · 0.45
Test_applyFunction · 0.45
ServeHTTPMethod · 0.45

Calls

no outgoing calls

Tested by 4

Test_SetCommandFunction · 0.76
Test_RmCommandFunction · 0.76
Test_verifyReleaseRefFunction · 0.36
Test_applyFunction · 0.36