Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
impl 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_task
Function · 0.80
debounce_loop
Function · 0.80
degraded_poll_loop
Function · 0.80
Calls
2
store
Method · 0.80
now_secs
Function · 0.70
Tested by
no test coverage detected