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

Method is_empty

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

Check if this row has no cells.

(&self)

Source from the content-addressed store, hash-verified

204
205 /// Check if this row has no cells.
206 pub fn is_empty(&self) -> bool {
207 self.cells.is_empty()
208 }
209
210 /// Add a cell to this row (builder style).
211 pub fn add_cell<S: Into<String>>(mut self, cell: S) -> Self {

Callers 3

print_next_stepsFunction · 0.45
renderMethod · 0.45
has_divergedFunction · 0.45

Calls

no outgoing calls

Tested by 1

has_divergedFunction · 0.36