MCPcopy Create free account
hub / github.com/hashintel/hash / provide

Method provide

libs/error-stack/tests/common.rs:59–62  ·  view source on GitHub ↗
(&'a self, request: &mut core::error::Request<'a>)

Source from the content-addressed store, hash-verified

57impl Error for ContextA {
58 #[cfg(nightly)]
59 fn provide<'a>(&'a self, request: &mut core::error::Request<'a>) {
60 request.provide_ref(&self.0);
61 request.provide_value(u64::from(self.0));
62 }
63}
64
65#[derive(Debug, PartialEq, Eq)]

Callers

nothing calls this directly

Calls 1

fromFunction · 0.50

Tested by

no test coverage detected