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

Method from

src/compute-client/src/controller/error.rs:59–61  ·  view source on GitHub ↗
(error: InstanceMissing)

Source from the content-addressed store, hash-verified

57
58impl From<InstanceMissing> for CollectionLookupError {
59 fn from(error: InstanceMissing) -> Self {
60 Self::InstanceMissing(error.0)
61 }
62}
63
64impl From<CollectionMissing> for CollectionLookupError {

Callers

nothing calls this directly

Calls 2

InstanceMissingClass · 0.85
CollectionMissingClass · 0.85

Tested by

no test coverage detected