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

Method extra

libs/error-stack/src/hook/context.rs:52–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

50 }
51
52 pub(crate) const fn extra(&self) -> &T {
53 &self.extra
54 }
55
56 pub(crate) const fn extra_mut(&mut self) -> &mut T {
57 &mut self.extra

Callers 4

appendixMethod · 0.80
color_modeMethod · 0.80
charsetMethod · 0.80
alternateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected