Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
func
(a *Application) IsValid() bool {
114
return
len(a.Problems) == 0
115
}
116
117
func
(a *Application) RenderProblems() string {
118
var
problemStrings []string
Callers
4
TestApplication_Parse
Function · 0.95
Approve
Method · 0.80
createComment
Method · 0.80
updateLabels
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestApplication_Parse
Function · 0.76