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

Method deleted_line_count

atomic-core/src/record/workflow/graph_op/hunk.rs:320–322  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

318 /// Get the number of deleted lines.
319 #[must_use]
320 pub fn deleted_line_count(&self) -> usize {
321 self.deleted_lines.len()
322 }
323
324 /// Get the path from local context.
325 #[must_use]

Callers 1

add_hunkMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected