Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ resetActivityTracker
Function
resetActivityTracker
cli/src/utils/activity-tracker.ts:63–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
* Reset the activity tracker (mainly
for
testing).
62
*/
63
export
function
resetActivityTracker(): void {
64
lastActivityTime = Date.now()
65
listeners.clear()
66
}
Callers
1
activity-tracker.test.ts
File · 0.90
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected