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

Method GetOrDefault

cel/validator.go:145–145  ·  view source on GitHub ↗
(name string, value any)

Source from the content-addressed store, hash-verified

143// ValidatorConfig provides an accessor method for querying validator configuration state.
144type ValidatorConfig interface {
145 GetOrDefault(name string, value any) any
146}
147
148// MutableValidatorConfig provides mutation methods for querying and updating validator configuration

Callers 5

ConfigureMethod · 0.65
ConfigureMethod · 0.65
ConfigureMethod · 0.65
ValidateMethod · 0.65
TestValidatorConfigFunction · 0.65

Implementers 1

validatorConfigcel/validator.go

Calls

no outgoing calls

Tested by 1

TestValidatorConfigFunction · 0.52