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

Method context_lines

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

Source from the content-addressed store, hash-verified

141 /// ```
142 #[must_use]
143 pub fn context_lines(mut self, lines: usize) -> Self {
144 self.context_lines = lines;
145 self
146 }
147
148 /// Enable or disable function context inclusion.
149 ///

Callers 2

Calls

no outgoing calls

Tested by 2