MCPcopy Create free account
hub / github.com/hashintel/hash / category

Function category

libs/@local/hashql/eval/src/postgres/error.rs:138–140  ·  view source on GitHub ↗
(category: PostgresDiagnosticCategory)

Source from the content-addressed store, hash-verified

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

Callers 11

unsupported_vertex_typeFunction · 0.70
entity_path_resolutionFunction · 0.70
invalid_env_accessFunction · 0.70
invalid_env_projectionFunction · 0.70
closure_applicationFunction · 0.70
closure_aggregateFunction · 0.70
projected_assignmentFunction · 0.70
graph_read_terminatorFunction · 0.70
ambiguous_integer_typeFunction · 0.70
missing_island_graphFunction · 0.70

Calls 1

PostgresClass · 0.85

Tested by

no test coverage detected