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

Method with_id

atomic-core/src/output/repo/conflict.rs:363–366  ·  view source on GitHub ↗
(mut self, id: u32)

Source from the content-addressed store, hash-verified

361 /// ```
362 #[must_use]
363 pub fn with_id(mut self, id: u32) -> Self {
364 self.id = Some(id);
365 self
366 }
367
368 /// Check if this is a name conflict.
369 ///

Callers 6

output_file_with_filterFunction · 0.80
output_file_to_bufferFunction · 0.80
record_conflictMethod · 0.80

Calls

no outgoing calls

Tested by 2