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

Method Name

cel/validator.go:433–435  ·  view source on GitHub ↗

Name returns the name of the nesting limit validator.

()

Source from the content-addressed store, hash-verified

431
432// Name returns the name of the nesting limit validator.
433func (v nestingLimitValidator) Name() string {
434 return nestingLimitValidatorName
435}
436
437// ToConfig converts the ASTValidator to an env.Validator specifying the validator name and the nesting limit
438// as an integer value: {"limit": int}

Callers 1

ToConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected