(node *exprpb.Expr)
| 714 | } |
| 715 | |
| 716 | func (con *converter) getType(node *exprpb.Expr) *exprpb.Type { |
| 717 | return con.typeMap[node.GetId()] |
| 718 | } |
| 719 | |
| 720 | func isMapType(typ *exprpb.Type) bool { |
| 721 | _, ok := typ.TypeKind.(*exprpb.Type_MapType_) |
no outgoing calls
no test coverage detected