Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_hunk
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected