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

Struct bindNestingLimitValidator

cel/validator.go:483–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483type bindNestingLimitValidator struct {
484 limit int
485}
486
487// Name returns the name of the cel.bind nesting limit validator.
488func (v bindNestingLimitValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected