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

Method context_lines

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

Source from the content-addressed store, hash-verified

203 /// ```
204 #[must_use]
205 pub fn context_lines(mut self, lines: usize) -> Self {
206 self.context_lines = lines;
207 self
208 }
209
210 /// Get the algorithm setting.
211 #[must_use]

Callers 4

to_hunk_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 3