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

Method total_line_count

atomic-core/src/output/crdt.rs:241–243  ·  view source on GitHub ↗

Returns the number of all lines (including deleted).

(&self)

Source from the content-addressed store, hash-verified

239
240 /// Returns the number of all lines (including deleted).
241 pub fn total_line_count(&self) -> usize {
242 self.lines.len()
243 }
244}
245
246// Retrieval Options

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected