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

Method with_bold

libs/error-stack/src/fmt/color.rs:227–230  ·  view source on GitHub ↗
(mut self, value: bool)

Source from the content-addressed store, hash-verified

225 }
226
227 pub(crate) const fn with_bold(mut self, value: bool) -> Self {
228 self.set_bold(value);
229 self
230 }
231
232 pub(crate) const fn set_italic(&mut self, value: bool) {
233 self.italic = value;

Callers 1

debug_contextFunction · 0.80

Calls 1

set_boldMethod · 0.80

Tested by

no test coverage detected