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

Function CreateTernaryStep

eval/eval/ternary_step.cc:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateTernaryStep(
190 int64_t expr_id) {
191 return std::make_unique<TernaryStep>(expr_id);
192}
193
194} // namespace google::api::expr::runtime

Callers 1

PostVisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected