Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_filter
Function · 0.80
output_file_to_buffer
Function · 0.80
output_file_to_buffer_with_options
Function · 0.80
record_conflict
Method · 0.80
test_file_conflict_with_id
Function · 0.80
test_file_conflict_builder_chaining
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_file_conflict_with_id
Function · 0.64
test_file_conflict_builder_chaining
Function · 0.64