MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / add_cell

Method add_cell

atomic-cli/src/output/table.rs:211–214  ·  view source on GitHub ↗

Add a cell to this row (builder style).

(mut self, cell: S)

Source from the content-addressed store, hash-verified

209
210 /// Add a cell to this row (builder style).
211 pub fn add_cell<S: Into<String>>(mut self, cell: S) -> Self {
212 self.cells.push(cell.into());
213 self
214 }
215
216 /// Create a row from a vector of values.
217 ///

Callers 1

test_row_add_cellFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by 1

test_row_add_cellFunction · 0.64