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

Struct stringFormatValidator

ext/formatting.go:413–415  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

411// stringFormatValidator implements the cel.ASTValidator interface allowing for static validation
412// of string.format calls.
413type stringFormatValidator struct {
414 maxPrecision int
415}
416
417// Name returns the name of the validator.
418func (stringFormatValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected