stringFormatValidatorV2 implements the cel.ASTValidator interface allowing for static validation of string.format calls.
| 403 | // stringFormatValidatorV2 implements the cel.ASTValidator interface allowing for static validation |
| 404 | // of string.format calls. |
| 405 | type stringFormatValidatorV2 struct { |
| 406 | maxPrecision int |
| 407 | } |
| 408 | |
| 409 | // Name returns the name of the validator. |
| 410 | func (stringFormatValidatorV2) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected