Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ at_line
Method
at_line
atomic-core/src/output/repo/conflict.rs:341–344 ·
view source on GitHub ↗
(mut self, line: u32)
Source
from the content-addressed store, hash-verified
339
/// ```
340
#[must_use]
341
pub fn at_line(mut self, line: u32) -> Self {
342
self.line = Some(line);
343
self
344
}
345
346
/// Set the conflict ID.
347
///
Callers
7
record_conflict
Method · 0.80
test_file_conflict_at_line
Function · 0.80
test_file_conflict_at_line_zero
Function · 0.80
test_file_conflict_builder_chaining
Function · 0.80
test_file_conflict_display_with_line
Function · 0.80
test_file_conflict_clone
Function · 0.80
test_file_conflict_equality
Function · 0.80
Calls
no outgoing calls
Tested by
6
test_file_conflict_at_line
Function · 0.64
test_file_conflict_at_line_zero
Function · 0.64
test_file_conflict_builder_chaining
Function · 0.64
test_file_conflict_display_with_line
Function · 0.64
test_file_conflict_clone
Function · 0.64
test_file_conflict_equality
Function · 0.64