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

Function errInvalidURL

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

Source from the content-addressed store, hash-verified

52}
53
54func errInvalidURL(sectionTitle string) error {
55 return fmt.Errorf("**%s** is an invalid URL", sectionTitle)
56}
57
58func TestApplication_Parse(t *testing.T) {
59 cleanup, err := setupTestDir("../")

Callers 1

TestApplication_ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected