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

Function CreateDirectCreateMapStep

eval/eval/create_map_step.cc:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262} // namespace
263
264std::unique_ptr<DirectExpressionStep> CreateDirectCreateMapStep(
265 std::vector<std::unique_ptr<DirectExpressionStep>> deps,
266 absl::flat_hash_set<int32_t> optional_indices, int64_t expr_id) {
267 return std::make_unique<DirectCreateMapStep>(
268 std::move(deps), std::move(optional_indices), expr_id);
269}
270
271absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateCreateStructStepForMap(
272 size_t entry_count, absl::flat_hash_set<int32_t> optional_indices,

Callers 2

PostVisitMapMethod · 0.85
CreateRecursiveProgramFunction · 0.85

Calls

no outgoing calls

Tested by 1

CreateRecursiveProgramFunction · 0.68