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

Struct bindNestingLimitValidator

cel/validator.go:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477type bindNestingLimitValidator struct {
478 limit int
479}
480
481// Name returns the name of the cel.bind nesting limit validator.
482func (v bindNestingLimitValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected