| 405 | } |
| 406 | |
| 407 | type minConstraintType struct{} |
| 408 | |
| 409 | func (minConstraintType) Name() string { return ConstraintMin } |
| 410 | func (minConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected