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

Method context_lines

atomic-repository/src/record/options.rs:170–173  ·  view source on GitHub ↗
(mut self, lines: usize)

Source from the content-addressed store, hash-verified

168 /// Set the number of context lines.
169 #[must_use]
170 pub fn context_lines(mut self, lines: usize) -> Self {
171 self.context_lines = lines;
172 self
173 }
174
175 /// Set the target view. If not set, uses the current view.
176 #[must_use]

Callers 2

to_core_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 1