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

Method needs_reindex

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

Whether the FILE_INDEX appears stale (some entries are missing).

(&self)

Source from the content-addressed store, hash-verified

467
468 /// Whether the FILE_INDEX appears stale (some entries are missing).
469 pub fn needs_reindex(&self) -> bool {
470 self.stale_index_count > 0
471 }
472
473 /// Increment the stale-index counter.
474 pub fn add_stale_index_hit(&mut self) {

Callers 1

print_long_formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected