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

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
match_server_identityFunction · 0.45
print_long_formatMethod · 0.45
run_previewFunction · 0.45
parse_change_hashFunction · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

find_by_prefixMethod · 0.36
print_coverageMethod · 0.36