Allows the runner to inject an optional CEL compiler.
| 113 | |
| 114 | // Allows the runner to inject an optional CEL compiler. |
| 115 | void SetCompiler(std::unique_ptr<const cel::Compiler> compiler) { |
| 116 | compiler_ = std::move(compiler); |
| 117 | } |
| 118 | |
| 119 | // Allows the runner to inject custom bindings. |
| 120 | void SetCustomBindings( |
no outgoing calls
no test coverage detected