| 249 | } |
| 250 | |
| 251 | type alphaConstraintType struct{} |
| 252 | |
| 253 | func (alphaConstraintType) Name() string { return ConstraintAlpha } |
| 254 | func (alphaConstraintType) Execute(param string, _ []any) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected