MCPcopy 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 ///

Calls

no outgoing calls