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

Function count_line_units

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

Source from the content-addressed store, hash-verified

326}
327
328fn count_line_units(content: &[u8]) -> usize {
329 if content.is_empty() {
330 0
331 } else {
332 content.split_inclusive(|&b| b == b'\n').count()
333 }
334}
335
336#[derive(Clone, Debug)]
337struct ImportLine {

Callers 1

Calls 2

is_emptyMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected