| 318 | } |
| 319 | |
| 320 | type maxLenConstraintType struct{} |
| 321 | |
| 322 | func (maxLenConstraintType) Name() string { return ConstraintMaxLen } |
| 323 | func (maxLenConstraintType) Analyze(args []string) ([]any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected