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

Method beat

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

Source from the content-addressed store, hash-verified

72
73impl ProjectHealth {
74 fn beat(&self) {
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 }

Callers 3

project_taskFunction · 0.80
debounce_loopFunction · 0.80
degraded_poll_loopFunction · 0.80

Calls 2

storeMethod · 0.80
now_secsFunction · 0.70

Tested by

no test coverage detected