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

Function errEmpty

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

Source from the content-addressed store, hash-verified

32}
33
34func errEmpty(sectionTitle string) error {
35 return fmt.Errorf("**%s** is empty", sectionTitle)
36}
37
38func errMustBeChecked(sectionTitle string) error {
39 return fmt.Errorf("**%s** must be checked", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected