MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / row

Function row

cli-table/src/csv.rs:29–33  ·  view source on GitHub ↗
(record: &StringRecord)

Source from the content-addressed store, hash-verified

27}
28
29fn row(record: &StringRecord) -> RowStruct {
30 RowStruct {
31 cells: record.iter().map(Cell::cell).collect(),
32 }
33}
34
35fn title(record: &StringRecord) -> RowStruct {
36 RowStruct {

Callers 1

try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected