(e ast.EntryExpr)
| 575 | } |
| 576 | |
| 577 | func mustAdaptToProtoEntry(e ast.EntryExpr) *exprpb.Expr_CreateStruct_Entry { |
| 578 | out, _ := ast.EntryExprToProto(e) |
| 579 | return out |
| 580 | } |
| 581 | |
| 582 | func toParserHelper(meh MacroExprHelper) (parser.ExprHelper, *Error) { |
| 583 | ah, ok := meh.(*adaptingHelper) |
no test coverage detected