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

Method add_stale_index_hit

atomic-repository/src/status.rs:474–476  ·  view source on GitHub ↗

Increment the stale-index counter.

(&mut self)

Source from the content-addressed store, hash-verified

472
473 /// Increment the stale-index counter.
474 pub fn add_stale_index_hit(&mut self) {
475 self.stale_index_count += 1;
476 }
477
478 /// Add a file status entry.
479 pub fn add_entry(&mut self, entry: FileStatusEntry) {

Callers 1

statusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected