Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ pairs
Method
pairs
atomic-core/src/diff/display.rs:524–526 ·
view source on GitHub ↗
Iterate through line pairs.
(&'a self)
Source
from the content-addressed store, hash-verified
522
523
/// Iterate through line pairs.
524
pub fn pairs(&
'a self) -> SideBySideIter<'
a> {
525
SideBySideIter::new(self)
526
}
527
}
528
529
/// A pair of lines for side-by-side display.
Callers
2
test_side_by_side_identical
Function · 0.80
test_side_by_side_changes
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_side_by_side_identical
Function · 0.64
test_side_by_side_changes
Function · 0.64