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/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
test_options_context_lines
Function · 0.45
test_options_builder_chain
Function · 0.45
test_options_to_hunk_options
Function · 0.45
to_hunk_options
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_options_context_lines
Function · 0.36
test_options_builder_chain
Function · 0.36
test_options_to_hunk_options
Function · 0.36