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

Method Option

repl/evaluator.go:1073–1076  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1071}
1072
1073func (o *jsonOpt) Option() cel.EnvOption {
1074
1075 return cel.JSONFieldNames(o.enabled)
1076}
1077
1078func (o *jsonOpt) String() string {
1079 return "%option --enable_json_field_names"

Callers

nothing calls this directly

Calls 1

JSONFieldNamesFunction · 0.92

Tested by

no test coverage detected