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

Function count_line_units

atomic-cli/src/commands/git/parallel.rs:389–395  ·  view source on GitHub ↗
(content: &[u8])

Source from the content-addressed store, hash-verified

387}
388
389fn count_line_units(content: &[u8]) -> usize {
390 if content.is_empty() {
391 0
392 } else {
393 content.split_inclusive(|&b| b == b'\n').count()
394 }
395}
396
397#[derive(Clone, Debug)]
398struct ImportLine {

Callers 1

Calls 2

is_emptyMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected