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

Method alternate

libs/error-stack/src/fmt/hook.rs:364–366  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

362 /// This corresponds to the output of [`std::fmt::Formatter::alternate`].
363 #[must_use]
364 pub const fn alternate(&self) -> bool {
365 self.inner().extra().alternate
366 }
367
368 pub(crate) fn take_body(&mut self) -> Vec<String> {
369 self.inner_mut().extra_mut().take_body()

Callers 4

fmtMethod · 0.80
hook_alternateFunction · 0.80
fmtMethod · 0.80

Calls 2

extraMethod · 0.80
innerMethod · 0.45

Tested by 1

hook_alternateFunction · 0.64