Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ set_bold
Method
set_bold
libs/error-stack/src/fmt/color.rs:223–225 ·
view source on GitHub ↗
(&mut self, value: bool)
Source
from the content-addressed store, hash-verified
221
}
222
223
pub(crate) const fn set_bold(&mut self, value: bool) {
224
self.bold = value;
225
}
226
227
pub(crate) const fn with_bold(mut self, value: bool) -> Self {
228
self.set_bold(value);
Callers
1
with_bold
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected