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

Method context_lines

atomic-core/src/record/workflow/record/options.rs:218–221  ·  view source on GitHub ↗
(mut self, lines: usize)

Source from the content-addressed store, hash-verified

216 /// ```
217 #[must_use]
218 pub fn context_lines(mut self, lines: usize) -> Self {
219 self.context_lines = lines;
220 self
221 }
222
223 /// Force a whole-file replace instead of a positional diff against
224 /// `old_content`.

Callers 4

to_hunk_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 3