NewMapEntry creates a Map Entry for the key, value pair.
(key *exprpb.Expr, val *exprpb.Expr, optional bool)
| 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 |
| 89 | |
| 90 | // NewObject creates a CreateStruct instruction for an object with a given type name and |
| 91 | // optional set of field initializers. |
no outgoing calls