Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ provide
Method
provide
libs/error-stack/src/error.rs:35–39 ·
view source on GitHub ↗
(&'a self, request: &mut Request<'a>)
Source
from the content-addressed store, hash-verified
33
impl<C> Error for ReportError<C> {
34
#[cfg(nightly)]
35
fn provide<
'a>(&'
a self, request: &mut Request<'a>) {
36
self.0
37
.frames()
38
.for_each(|frame| frame.as_error().provide(request));
39
}
40
}
Callers
1
main
Function · 0.45
Calls
2
frames
Method · 0.80
as_error
Method · 0.45
Tested by
no test coverage detected