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

Method Name

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

Name returns the name of the validator. Names must be unique.

()

Source from the content-addressed store, hash-verified

116type ASTValidator interface {
117 // Name returns the name of the validator. Names must be unique.
118 Name() string
119
120 // Validate validates a given Ast within an Environment and collects a set of potential issues.
121 //

Callers 15

TestParseFunction · 0.65
registerVariableMethod · 0.65
CompileRuleFunction · 0.65
compileRuleMethod · 0.65
programFunction · 0.65
newStandardInterpreterFunction · 0.65
addFunctionBindingsFunction · 0.65
planCreateStructMethod · 0.65
pruneMethod · 0.65
setFunctionMethod · 0.65
maybeMergeConstantFunction · 0.65
addIdentMethod · 0.65

Implementers 10

stringFormatValidatorV2ext/formatting_v2.go
stringFormatValidatorext/formatting.go
formatValidatorcel/validator.go
nestingLimitValidatorcel/validator.go
returnTypeValidatorcel/env_test.go

Calls

no outgoing calls

Tested by 9

TestParseFunction · 0.52
programFunction · 0.52
newStandardInterpreterFunction · 0.52
addFunctionBindingsFunction · 0.52
testNativeEnvFunction · 0.52