| 432 | } |
| 433 | |
| 434 | type maxConstraintType struct{} |
| 435 | |
| 436 | func (maxConstraintType) Name() string { return ConstraintMax } |
| 437 | func (maxConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected