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

Struct nestingLimitValidator

cel/validator.go:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434type nestingLimitValidator struct {
435 limit int
436}
437
438// Name returns the name of the nesting limit validator.
439func (v nestingLimitValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected