MCPcopy Create free account
hub / github.com/cel-expr/cel-go / stringFormatValidatorV2

Struct stringFormatValidatorV2

ext/formatting_v2.go:405–407  ·  view source on GitHub ↗

stringFormatValidatorV2 implements the cel.ASTValidator interface allowing for static validation of string.format calls.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected