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

Function EnableIdentifierEscapeSyntax

cel/options.go:962–964  ·  view source on GitHub ↗

EnableIdentifierEscapeSyntax enables identifier escaping (`) syntax for fields.

()

Source from the content-addressed store, hash-verified

960// EnableIdentifierEscapeSyntax enables identifier escaping (`) syntax for
961// fields.
962func EnableIdentifierEscapeSyntax() EnvOption {
963 return features(featureIdentEscapeSyntax, true)
964}
965
966// CrossTypeNumericComparisons makes it possible to compare across numeric types, e.g. double < int
967func 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