Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ bold
Method
bold
cli-table/src/cell.rs:179–182 ·
view source on GitHub ↗
(mut self, bold: bool)
Source
from the content-addressed store, hash-verified
177
}
178
179
fn bold(mut self, bold: bool) -> Self {
180
self.style = self.style.bold(bold);
181
self
182
}
183
184
fn underline(mut self, underline: bool) -> Self {
185
self.style = self.style.underline(underline);
Callers
3
title
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected