MCPcopy 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

Calls

no outgoing calls

Tested by 2