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

Function EnableIdentifierEscapeSyntax

cel/options.go:902–904  ·  view source on GitHub ↗

EnableIdentifierEscapeSyntax enables identifier escaping (`) syntax for fields.

()

Source from the content-addressed store, hash-verified

900// EnableIdentifierEscapeSyntax enables identifier escaping (`) syntax for
901// fields.
902func EnableIdentifierEscapeSyntax() EnvOption {
903 return features(featureIdentEscapeSyntax, true)
904}
905
906// CrossTypeNumericComparisons makes it possible to compare across numeric types, e.g. double < int
907func CrossTypeNumericComparisons(enabled bool) EnvOption {

Callers 5

testProtosEnvFunction · 0.92
initFunction · 0.92
OptionMethod · 0.92
TestQuotedFieldsFunction · 0.85
TestJSONFieldNamesFunction · 0.85

Calls 1

featuresFunction · 0.85

Tested by 4

testProtosEnvFunction · 0.74
initFunction · 0.74
TestQuotedFieldsFunction · 0.68
TestJSONFieldNamesFunction · 0.68