MCPcopy 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
35fn title(record: &StringRecord) -> RowStruct {
36 RowStruct {
37 cells: record.iter().map(|cell| cell.cell().bold(true)).collect(),
38 }
39}

Callers 2

with_titleMethod · 0.85
try_fromMethod · 0.85

Calls 2

cellMethod · 0.80
boldMethod · 0.45

Tested by

no test coverage detected