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

Method Name

cel/validator.go:300–302  ·  view source on GitHub ↗

Name returns the unique name of the homogeneous type validator.

()

Source from the content-addressed store, hash-verified

298
299// Name returns the unique name of the homogeneous type validator.
300func (homogeneousAggregateLiteralValidator) Name() string {
301 return homogeneousValidatorName
302}
303
304// ToConfig converts the ASTValidator to an env.Validator specifying the validator name.
305func (v homogeneousAggregateLiteralValidator) ToConfig() *env.Validator {

Callers 1

ToConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected