Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ new_hunks
Method
new_hunks
atomic-core/src/diff/inline.rs:428–430 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
426
/// were inserted or modified.
427
#[inline]
428
pub fn new_hunks(&self) -> &[ChangeHunk] {
429
&self.new_hunks
430
}
431
432
/// Check if there are any changes between the lines.
433
#[inline]
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