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

Function CreateAndStep

eval/eval/logic_step.cc:455–457  ·  view source on GitHub ↗

Factory method for "And" Execution step

Source from the content-addressed store, hash-verified

453
454// Factory method for "And" Execution step
455absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateAndStep(int64_t expr_id) {
456 return std::make_unique<LogicalOpStep>(OpType::kAnd, expr_id);
457}
458
459// Factory method for "Or" Execution step
460absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateOrStep(int64_t expr_id) {

Callers 1

PostVisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected