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

Function CreateIdentStepForSlot

eval/eval/ident_step.cc:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateIdentStepForSlot(
170 const absl::string_view name, size_t slot_index, int64_t expr_id) {
171 return std::make_unique<SlotStep>(name, slot_index, expr_id);
172}
173
174} // namespace google::api::expr::runtime

Callers 1

PostVisitIdentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected