(category: PostgresDiagnosticCategory)
| 136 | } |
| 137 | |
| 138 | const fn category(category: PostgresDiagnosticCategory) -> EvalDiagnosticCategory { |
| 139 | EvalDiagnosticCategory::Postgres(category) |
| 140 | } |
| 141 | |
| 142 | #[coverage(off)] |
| 143 | pub(super) fn unsupported_vertex_type(span: SpanId) -> EvalDiagnostic { |
no test coverage detected