MCPcopy Create free account
hub / github.com/1Password/for-open-source / IsChecked

Function IsChecked

script/validator.go:184–190  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

182}
183
184func IsChecked(value string) (bool, string, string) {
185 if value != "true" {
186 return false, value, "must be checked"
187 }
188
189 return true, value, ""
190}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected