| 233 | } |
| 234 | |
| 235 | type boolConstraintType struct{} |
| 236 | |
| 237 | func (boolConstraintType) Name() string { return ConstraintBool } |
| 238 | func (boolConstraintType) Execute(param string, _ []any) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected