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

Struct validatorConfig

cel/validator.go:164–166  ·  view source on GitHub ↗

validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.

Source from the content-addressed store, hash-verified

162
163// validatorConfig implements the ValidatorConfig and MutableValidatorConfig interfaces.
164type validatorConfig struct {
165 data map[string]any
166}
167
168// newValidatorConfig initializes the validator config with default values for core CEL validators.
169func newValidatorConfig() *validatorConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected