| 459 | } |
| 460 | |
| 461 | type rangeConstraintType struct{} |
| 462 | |
| 463 | func (rangeConstraintType) Name() string { return ConstraintRange } |
| 464 | func (rangeConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected