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

Method len

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

Get the number of cells in this row.

(&self)

Source from the content-addressed store, hash-verified

199
200 /// Get the number of cells in this row.
201 pub fn len(&self) -> usize {
202 self.cells.len()
203 }
204
205 /// Check if this row has no cells.
206 pub fn is_empty(&self) -> bool {

Callers 15

walk_invokedFunction · 0.45
validate_view_nameFunction · 0.45
format_hashFunction · 0.45
format_hash_with_lengthFunction · 0.45
list_stashesMethod · 0.45
parse_stash_refMethod · 0.45
run_clearMethod · 0.45
change_hash_candidatesFunction · 0.45
show_recent_sessionsFunction · 0.45
match_server_identityFunction · 0.45
print_long_formatMethod · 0.45
run_promote_to_parentFunction · 0.45

Calls

no outgoing calls