MCPcopy
hub / github.com/1Password/for-open-source / errInvalidAccountURL

Function errInvalidAccountURL

script/application_test.go:42–44  ·  view source on GitHub ↗
(sectionTitle string)

Source from the content-addressed store, hash-verified

40}
41
42func errInvalidAccountURL(sectionTitle string) error {
43 return fmt.Errorf("**%s** is invalid 1Password account URL", sectionTitle)
44}
45
46func errContainsEmoji(sectionTitle string) error {
47 return fmt.Errorf("**%s** cannot contain emoji characters", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected