MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / from

Method from

src/postgres-client/src/error.rs:43–45  ·  view source on GitHub ↗
(inner: anyhow::Error)

Source from the content-addressed store, hash-verified

41
42impl From<anyhow::Error> for PostgresError {
43 fn from(inner: anyhow::Error) -> Self {
44 PostgresError::Indeterminate(inner)
45 }
46}
47
48impl From<std::io::Error> for PostgresError {

Callers

nothing calls this directly

Calls 4

IndeterminateClass · 0.85
DeterminateClass · 0.85
mapMethod · 0.45
codeMethod · 0.45

Tested by

no test coverage detected