| 490 | } |
| 491 | |
| 492 | type regexProgramSizeLimitValidator struct { |
| 493 | limit int |
| 494 | } |
| 495 | |
| 496 | // Name returns the name of the regex program size limit validator. |
| 497 | func (v regexProgramSizeLimitValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected