Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ old_hunks
Method
old_hunks
atomic-core/src/diff/inline.rs:419–421 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
417
/// were deleted or modified.
418
#[inline]
419
pub fn old_hunks(&self) -> &[ChangeHunk] {
420
&self.old_hunks
421
}
422
423
/// Get the highlighted hunks for the new line.
424
///
Callers
4
print_unified
Method · 0.80
test_inline_diff_hunks_cover_entire_line
Function · 0.80
demo_inline_diff
Function · 0.80
demo_multiline_diff
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_inline_diff_hunks_cover_entire_line
Function · 0.64