Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
impl From<anyhow::Error> for Determinate {
139
fn from(inner: anyhow::Error) -> Self {
140
Self::new(inner)
141
}
142
}
143
144
impl Determinate {
Callers
nothing calls this directly
Calls
5
Determinate
Class · 0.85
Indeterminate
Class · 0.85
map
Method · 0.45
code
Method · 0.45
status
Method · 0.45
Tested by
no test coverage detected