MCPcopy
hub / github.com/1Password/for-open-source / IsValid

Method IsValid

script/application.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (a *Application) IsValid() bool {
114 return len(a.Problems) == 0
115}
116
117func (a *Application) RenderProblems() string {
118 var problemStrings []string

Callers 4

TestApplication_ParseFunction · 0.95
ApproveMethod · 0.80
createCommentMethod · 0.80
updateLabelsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestApplication_ParseFunction · 0.76