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

Function CreateOrStep

eval/eval/logic_step.cc:460–462  ·  view source on GitHub ↗

Factory method for "Or" Execution step

Source from the content-addressed store, hash-verified

458
459// Factory method for "Or" Execution step
460absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateOrStep(int64_t expr_id) {
461 return std::make_unique<LogicalOpStep>(OpType::kOr, expr_id);
462}
463
464// Factory method for recursive logical not "!" Execution step
465std::unique_ptr<DirectExpressionStep> CreateDirectNotStep(

Callers 1

PostVisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected