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

Method CreateTraceableProgram

runtime/runtime.h:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 const CreateProgramOptions& options) const = 0;
204
205 absl::StatusOr<std::unique_ptr<TraceableProgram>> CreateTraceableProgram(
206 std::unique_ptr<cel::Ast> ast) const {
207 return CreateTraceableProgram(std::move(ast), CreateProgramOptions{});
208 }
209
210 virtual absl::StatusOr<std::unique_ptr<TraceableProgram>>
211 CreateTraceableProgram(std::unique_ptr<cel::Ast> ast,

Callers 2

CreateProgramMethod · 0.45
PlanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected