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

Method total_line_changes

atomic-core/src/diff/semantic/config.rs:110–112  ·  view source on GitHub ↗

Get the total number of line changes.

(&self)

Source from the content-addressed store, hash-verified

108
109 /// Get the total number of line changes.
110 pub fn total_line_changes(&self) -> usize {
111 self.lines_added + self.lines_deleted + self.lines_modified
112 }
113
114 /// Get the total number of token changes.
115 pub fn total_token_changes(&self) -> usize {

Callers 1

format_outcomeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected