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

Method line_count

atomic-core/src/change/ops.rs:223–225  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 /// Returns the number of line operations.
222 #[inline]
223 pub fn line_count(&self) -> usize {
224 self.line_ops.len()
225 }
226
227 /// Returns the total number of token operations across all lines.
228 pub fn token_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected