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

Function CreateIdentStep

eval/eval/ident_step.cc:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateIdentStep(
165 const absl::string_view name, int64_t expr_id) {
166 return std::make_unique<IdentStep>(name, expr_id);
167}
168
169absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateIdentStepForSlot(
170 const absl::string_view name, size_t slot_index, int64_t expr_id) {

Callers 5

PostVisitIdentMethod · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
EvaluateAttributeHelperFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TEST_FFunction · 0.68
EvaluateAttributeHelperFunction · 0.68
TEST_FFunction · 0.68