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 12

display_pathFunction · 0.45
walk_toFunction · 0.45
emitFunction · 0.45
short_cluster_valueFunction · 0.45
has_explicit_empty_valueFunction · 0.45
renderFunction · 0.45
print_next_stepsFunction · 0.45
renderMethod · 0.45
display_pathFunction · 0.45
visible_subcommandsFunction · 0.45
has_divergedFunction · 0.45

Calls

no outgoing calls

Tested by 4

display_pathFunction · 0.36
visible_subcommandsFunction · 0.36
has_divergedFunction · 0.36