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

Function errParsingNumber

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

Source from the content-addressed store, hash-verified

48}
49
50func errParsingNumber(sectionTitle string) error {
51 return fmt.Errorf("**%s** could not be parsed into a number", sectionTitle)
52}
53
54func errInvalidURL(sectionTitle string) error {
55 return fmt.Errorf("**%s** is an invalid URL", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected