MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / mark_synced

Method mark_synced

src/daemon/git_watch.rs:77–79  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

75 self.last_heartbeat.store(now_secs(), Ordering::Relaxed);
76 }
77 fn mark_synced(&self) {
78 self.last_sync.store(now_secs(), Ordering::Relaxed);
79 }
80 fn set_degraded(&self, degraded: bool) {
81 self.degraded.store(degraded, Ordering::Relaxed);
82 }

Callers 3

execute_planFunction · 0.80
degraded_poll_loopFunction · 0.80
tickFunction · 0.80

Calls 2

storeMethod · 0.80
now_secsFunction · 0.70

Tested by

no test coverage detected