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

Function errNoProjectName

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

Source from the content-addressed store, hash-verified

24}
25
26func errNoProjectName(sectionTitle string) error {
27 return fmt.Errorf("**%s** is missing project name", sectionTitle)
28}
29
30func errIncomplete(sectionTitle string) error {
31 return fmt.Errorf("**%s** was not completed for application", sectionTitle)

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected