MCPcopy Index your code
hub / github.com/1Password/for-open-source / errContainsEmoji

Function errContainsEmoji

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

Source from the content-addressed store, hash-verified

44}
45
46func errContainsEmoji(sectionTitle string) error {
47 return fmt.Errorf("**%s** cannot contain emoji characters", sectionTitle)
48}
49
50func errParsingNumber(sectionTitle string) error {
51 return fmt.Errorf("**%s** could not be parsed into a number", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected