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

Method context_lines

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

Source from the content-addressed store, hash-verified

183 /// Set the number of context lines.
184 #[must_use]
185 pub fn context_lines(mut self, lines: usize) -> Self {
186 self.context_lines = lines;
187 self
188 }
189
190 /// Set the target view. If not set, uses the current view.
191 #[must_use]

Callers 2

to_core_optionsMethod · 0.45

Calls

no outgoing calls

Tested by 1