NewMapEntry creates a Map Entry for the key, value pair.
(key ast.Expr, val ast.Expr, optional bool)
| 210 | |
| 211 | // NewMapEntry creates a Map Entry for the key, value pair. |
| 212 | NewMapEntry(key ast.Expr, val ast.Expr, optional bool) ast.EntryExpr |
| 213 | |
| 214 | // NewStruct creates a struct literal expression with an optional set of field initializers. |
| 215 | NewStruct(typeName string, fieldInits ...ast.EntryExpr) ast.Expr |
no outgoing calls
no test coverage detected