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

Method update_file_index

atomic-repository/src/record/options.rs:216–219  ·  view source on GitHub ↗
(mut self, update: bool)

Source from the content-addressed store, hash-verified

214 /// to keep turn-end latency low.
215 #[must_use]
216 pub fn update_file_index(mut self, update: bool) -> Self {
217 self.update_file_index = update;
218 self
219 }
220
221 /// Set whether to deflate vault working-copy files after recording.
222 ///

Callers 3

reindex_working_copyFunction · 0.45
import_branchMethod · 0.45
phase2_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected