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

Method apply_after_record

atomic-repository/src/record/options.rs:206–209  ·  view source on GitHub ↗
(mut self, apply: bool)

Source from the content-addressed store, hash-verified

204 /// Set whether to apply the change after recording. Default is true.
205 #[must_use]
206 pub fn apply_after_record(mut self, apply: bool) -> Self {
207 self.apply_after_record = apply;
208 self
209 }
210
211 /// Set whether to save the change to the store. Default is true.
212 #[must_use]

Callers 15

build_optionsMethod · 0.80
record_allFunction · 0.80
remediation_reportFunction · 0.80
report_with_intentFunction · 0.80
review_gate_reportFunction · 0.80
record_turnFunction · 0.80
repo_with_recorded_fileFunction · 0.80
record_allFunction · 0.80

Calls

no outgoing calls