MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / modified

Method modified

atomic-core/src/diff/inline.rs:221–223  ·  view source on GitHub ↗

Create a modified hunk.

(start: usize, end: usize)

Source from the content-addressed store, hash-verified

219
220 /// Create a modified hunk.
221 pub fn modified(start: usize, end: usize) -> Self {
222 Self::new(start, end, HunkKind::Modified)
223 }
224
225 /// Create an unchanged hunk.
226 pub fn unchanged(start: usize, end: usize) -> Self {

Callers 1

modified_timeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected