(e *exprpb.Expr_CreateStruct_Entry)
| 554 | } |
| 555 | |
| 556 | func mustAdaptToEntryExpr(e *exprpb.Expr_CreateStruct_Entry) ast.EntryExpr { |
| 557 | out, _ := ast.ProtoToEntryExpr(e) |
| 558 | return out |
| 559 | } |
| 560 | |
| 561 | func mustAdaptToProto(e ast.Expr) *exprpb.Expr { |
| 562 | out, _ := adaptToProto(e) |
no test coverage detected