| 292 | } |
| 293 | |
| 294 | type minLenConstraintType struct{} |
| 295 | |
| 296 | func (minLenConstraintType) Name() string { return ConstraintMinLen } |
| 297 | func (minLenConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected