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

Function CreateDirectIdentStep

eval/eval/ident_step.cc:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152} // namespace
153
154std::unique_ptr<DirectExpressionStep> CreateDirectIdentStep(
155 absl::string_view identifier, int64_t expr_id) {
156 return std::make_unique<DirectIdentStep>(identifier, expr_id);
157}
158
159std::unique_ptr<DirectExpressionStep> CreateDirectSlotIdentStep(
160 absl::string_view identifier, size_t slot_index, int64_t expr_id) {

Callers 6

PostVisitIdentMethod · 0.85
CEL_ASSIGN_OR_RETURNFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
EvaluateAttributeHelperFunction · 0.85
CreateRecursiveProgramFunction · 0.85

Calls

no outgoing calls

Tested by 5

CEL_ASSIGN_OR_RETURNFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
EvaluateAttributeHelperFunction · 0.68
CreateRecursiveProgramFunction · 0.68