| 95 | } |
| 96 | |
| 97 | type customConstraintWrapper struct { |
| 98 | CustomConstraint |
| 99 | } |
| 100 | |
| 101 | func (w *customConstraintWrapper) Analyze(args []string) ([]any, error) { |
| 102 | parsedArgs := parseConstraintArgs(args) |
nothing calls this directly
no outgoing calls
no test coverage detected