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

Method len

atomic-core/src/record/workflow/collect.rs:268–270  ·  view source on GitHub ↗

Get the number of collected files.

(&self)

Source from the content-addressed store, hash-verified

266
267 /// Get the number of collected files.
268 pub fn len(&self) -> usize {
269 self.files.len()
270 }
271
272 /// Check if no files were collected.
273 pub fn is_empty(&self) -> bool {

Callers 10

change_countMethod · 0.45
is_binary_contentFunction · 0.45
hunk_countMethod · 0.45
contents_lenMethod · 0.45
append_contentsMethod · 0.45
add_hunkMethod · 0.45
statsMethod · 0.45
diff_countMethod · 0.45
is_binaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected