()
| 1071 | } |
| 1072 | |
| 1073 | func (o *jsonOpt) Option() cel.EnvOption { |
| 1074 | |
| 1075 | return cel.JSONFieldNames(o.enabled) |
| 1076 | } |
| 1077 | |
| 1078 | func (o *jsonOpt) String() string { |
| 1079 | return "%option --enable_json_field_names" |
nothing calls this directly
no test coverage detected