MCPcopy
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
138function markMeaningfulActivity(): void {
139 lastMeaningfulActivity = Date.now();
140 idleExtensions = 0;
141}
142
143function nonDoneCount(): number {
144 let n = 0;

Callers 4

daemon.test.tsFile · 0.85
handlePublishFunction · 0.85
handleBoardFeedbackFunction · 0.85
handleBoardReloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected