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

Method from

src/persist/src/location.rs:139–141  ·  view source on GitHub ↗
(inner: anyhow::Error)

Source from the content-addressed store, hash-verified

137
138impl From<anyhow::Error> for Determinate {
139 fn from(inner: anyhow::Error) -> Self {
140 Self::new(inner)
141 }
142}
143
144impl Determinate {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected