| 475 | } |
| 476 | |
| 477 | type bindNestingLimitValidator struct { |
| 478 | limit int |
| 479 | } |
| 480 | |
| 481 | // Name returns the name of the cel.bind nesting limit validator. |
| 482 | func (v bindNestingLimitValidator) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected