Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devashishdxt/cli-table
/ title
Function
title
cli-table/src/csv.rs:35–39 ·
view source on GitHub ↗
(record: &StringRecord)
Source
from the content-addressed store, hash-verified
33
}
34
35
fn title(record: &StringRecord) -> RowStruct {
36
RowStruct {
37
cells: record.iter().map(|cell| cell.cell().bold(true)).collect(),
38
}
39
}
Callers
2
with_title
Method · 0.85
try_from
Method · 0.85
Calls
2
cell
Method · 0.80
bold
Method · 0.45
Tested by
no test coverage detected