| 481 | } |
| 482 | |
| 483 | type bindNestingLimitValidator struct { |
| 484 | limit int |
| 485 | } |
| 486 | |
| 487 | // Name returns the name of the cel.bind nesting limit validator. |
| 488 | func (v bindNestingLimitValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected