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

Method apply_after_record

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

Source from the content-addressed store, hash-verified

197 /// Set whether to apply the change after recording. Default is true.
198 #[must_use]
199 pub fn apply_after_record(mut self, apply: bool) -> Self {
200 self.apply_after_record = apply;
201 self
202 }
203
204 /// Set whether to save the change to the store. Default is true.
205 #[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