| 426 | } |
| 427 | |
| 428 | type nestingLimitValidator struct { |
| 429 | limit int |
| 430 | } |
| 431 | |
| 432 | // Name returns the name of the nesting limit validator. |
| 433 | func (v nestingLimitValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected