| 432 | } |
| 433 | |
| 434 | type nestingLimitValidator struct { |
| 435 | limit int |
| 436 | } |
| 437 | |
| 438 | // Name returns the name of the nesting limit validator. |
| 439 | func (v nestingLimitValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected