MCPcopy 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

33impl<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

mainFunction · 0.45

Calls 2

framesMethod · 0.80
as_errorMethod · 0.45

Tested by

no test coverage detected