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

Function CreateCreateStructStepForMap

eval/eval/create_map_step.cc:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateCreateStructStepForMap(
272 size_t entry_count, absl::flat_hash_set<int32_t> optional_indices,
273 int64_t expr_id) {
274 // Make map-creating step.
275 return std::make_unique<CreateStructStepForMap>(expr_id, entry_count,
276 std::move(optional_indices));
277}
278
279absl::StatusOr<std::unique_ptr<ExpressionStep>> CreateMutableMapStep(
280 int64_t expr_id) {

Callers 2

PostVisitMapMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68