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

Struct nestingLimitValidator

cel/validator.go:428–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428type nestingLimitValidator struct {
429 limit int
430}
431
432// Name returns the name of the nesting limit validator.
433func (v nestingLimitValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected