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

Method Set

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

Source from the content-addressed store, hash-verified

150type MutableValidatorConfig interface {
151 ValidatorConfig
152 Set(name string, value any) error
153}
154
155// ASTValidatorConfigurer indicates that this object, currently expected to be an ASTValidator,

Callers 15

ConfigureMethod · 0.65
ConfigureMethod · 0.65
ConfigureMethod · 0.65
TestValidatorConfigFunction · 0.65
ConvertToNativeMethod · 0.65
NativeToValueMethod · 0.65
msgSetFieldFunction · 0.65
msgSetMapFieldFunction · 0.65
ConvertToNativeMethod · 0.65
ConvertToNativeMethod · 0.65
NewValueMethod · 0.65

Implementers 1

validatorConfigcel/validator.go

Calls

no outgoing calls

Tested by 4

TestValidatorConfigFunction · 0.52
NewValueMethod · 0.52
TestMergeFunction · 0.52