MCPcopy 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 */
63export function resetActivityTracker(): void {
64 lastActivityTime = Date.now()
65 listeners.clear()
66}

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected