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

Function errMustBeChecked

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

Source from the content-addressed store, hash-verified

36}
37
38func errMustBeChecked(sectionTitle string) error {
39 return fmt.Errorf("**%s** must be checked", sectionTitle)
40}
41
42func errInvalidAccountURL(sectionTitle string) error {
43 return fmt.Errorf("**%s** is invalid 1Password account URL", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected