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

Method Option

repl/evaluator.go:1058–1063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1056}
1057
1058func (o *backtickOpt) Option() cel.EnvOption {
1059 if o.enabled {
1060 return cel.EnableIdentifierEscapeSyntax()
1061 }
1062 return func(e *cel.Env) (*cel.Env, error) { return e, nil }
1063}
1064
1065func (o *backtickOpt) String() string {
1066 return "%option --enable_escaped_fields"

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected