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

Function CreateDirectShadowableValueStep

eval/eval/shadowable_value_step.cc:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::unique_ptr<DirectExpressionStep> CreateDirectShadowableValueStep(
93 absl::string_view name, cel::Value value, int64_t expr_id) {
94 return std::make_unique<DirectShadowableValueStep>(std::string(name),
95 std::move(value), expr_id);
96}
97
98} // namespace google::api::expr::runtime

Callers 1

PostVisitIdentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected