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

Method GetOrDefault

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

Source from the content-addressed store, hash-verified

127// ValidatorConfig provides an accessor method for querying validator configuration state.
128type ValidatorConfig interface {
129 GetOrDefault(name string, value any) any
130}
131
132// 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