| 241 | } |
| 242 | |
| 243 | type floatConstraintType struct{} |
| 244 | |
| 245 | func (floatConstraintType) Name() string { return ConstraintFloat } |
| 246 | func (floatConstraintType) Execute(param string, _ []any) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected