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

Function errIncomplete

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

Source from the content-addressed store, hash-verified

28}
29
30func errIncomplete(sectionTitle string) error {
31 return fmt.Errorf("**%s** was not completed for application", sectionTitle)
32}
33
34func errEmpty(sectionTitle string) error {
35 return fmt.Errorf("**%s** is empty", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected