Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_options_context_lines
Function · 0.45
test_options_builder_chain
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_options_context_lines
Function · 0.36
test_options_builder_chain
Function · 0.36