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

Method CreateProgram

runtime/runtime.h:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 virtual ~Runtime() = default;
195
196 absl::StatusOr<std::unique_ptr<Program>> CreateProgram(
197 std::unique_ptr<cel::Ast> ast) const {
198 return CreateProgram(std::move(ast), CreateProgramOptions{});
199 }
200
201 virtual absl::StatusOr<std::unique_ptr<Program>> CreateProgram(
202 std::unique_ptr<cel::Ast> ast,

Callers 5

TEST_PFunction · 0.45
MakeProgramMethod · 0.45
PlanFunction · 0.45

Calls 1

CreateProgramFunction · 0.85

Tested by 2

TEST_PFunction · 0.36
MakeProgramMethod · 0.36