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

Method Name

cel/validator.go:497–499  ·  view source on GitHub ↗

Name returns the name of the regex program size limit validator.

()

Source from the content-addressed store, hash-verified

495
496// Name returns the name of the regex program size limit validator.
497func (v regexProgramSizeLimitValidator) Name() string {
498 return regexProgramSizeLimitValidatorName
499}
500
501// ToConfig converts the ASTValidator to an env.Validator specifying the validator name and the limit.
502func (v regexProgramSizeLimitValidator) ToConfig() *env.Validator {

Callers 1

ToConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected