MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / SetCompiler

Method SetCompiler

testing/testrunner/cel_test_context.h:115–117  ·  view source on GitHub ↗

Allows the runner to inject an optional CEL compiler.

Source from the content-addressed store, hash-verified

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(

Callers 4

TEST_PFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected