Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ dry_run
Method
dry_run
atomic-repository/src/apply/cross_view.rs:96–99 ·
view source on GitHub ↗
Set dry run mode.
(mut self, dry: bool)
Source
from the content-addressed store, hash-verified
94
95
/// Set dry run mode.
96
pub fn dry_run(mut self, dry: bool) -> Self {
97
self.dry_run = dry;
98
self
99
}
100
}
101
102
/// Result of a cross-view insert operation.
Callers
1
test_cross_view_options_builder
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_cross_view_options_builder
Function · 0.36