()
| 459 | } |
| 460 | |
| 461 | func (lib *matcherCELLibrary) ProgramOptions() []cel.ProgramOption { |
| 462 | return lib.programOptions |
| 463 | } |
| 464 | |
| 465 | // CELMatcherDecorator matches a call overload generated by a CEL macro |
| 466 | // that takes a single argument, and optimizes the implementation to precompile |
no outgoing calls
no test coverage detected