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

Method deletions

atomic-core/src/diff/display.rs:297–299  ·  view source on GitHub ↗

Get the number of lines removed.

(&self)

Source from the content-addressed store, hash-verified

295
296 /// Get the number of lines removed.
297 pub fn deletions(&self) -> usize {
298 self.diff_result.deletions()
299 }
300
301 /// Iterate through all lines with their display status.
302 ///

Callers 1

from_diffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected