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

Method context

libs/error-stack/src/fmt/config.rs:25–27  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub(crate) fn context<T>(&mut self) -> &mut HookContext<T> {
26 self.context.cast()
27 }
28
29 pub(crate) const fn color_mode(&self) -> ColorMode {
30 self.context.color_mode()

Callers 5

clearSessionCookiesFunction · 0.45
debug_attachments_invokeFunction · 0.45
anyhowFunction · 0.45
anyhow_nostdFunction · 0.45
anyhow_outputFunction · 0.45

Calls 1

castMethod · 0.45

Tested by 3

anyhowFunction · 0.36
anyhow_nostdFunction · 0.36
anyhow_outputFunction · 0.36