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

Method update_file_index

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

Source from the content-addressed store, hash-verified

206 /// to keep turn-end latency low.
207 #[must_use]
208 pub fn update_file_index(mut self, update: bool) -> Self {
209 self.update_file_index = update;
210 self
211 }
212
213 /// Set whether to deflate vault working-copy files after recording.
214 ///

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