NewMap creates a CreateStruct instruction for a map where the map is comprised of the optional set of key, value entries.
(entries ...*exprpb.Expr_CreateStruct_Entry)
| 83 | // NewMap creates a CreateStruct instruction for a map where the map is comprised of the |
| 84 | // optional set of key, value entries. |
| 85 | NewMap(entries ...*exprpb.Expr_CreateStruct_Entry) *exprpb.Expr |
| 86 | |
| 87 | // NewMapEntry creates a Map Entry for the key, value pair. |
| 88 | NewMapEntry(key *exprpb.Expr, val *exprpb.Expr, optional bool) *exprpb.Expr_CreateStruct_Entry |
no outgoing calls