Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ markMeaningfulActivity
Function
markMeaningfulActivity
design/src/daemon.ts:138–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
function
markMeaningfulActivity(): void {
139
lastMeaningfulActivity = Date.now();
140
idleExtensions = 0;
141
}
142
143
function
nonDoneCount(): number {
144
let
n = 0;
Callers
4
daemon.test.ts
File · 0.85
handlePublish
Function · 0.85
handleBoardFeedback
Function · 0.85
handleBoardReload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected