MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getLastActivityTime

Function getLastActivityTime

cli/src/utils/activity-tracker.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 * Get the timestamp of the last user activity.
29 */
30export function getLastActivityTime(): number {
31 return lastActivityTime
32}
33
34/**
35 * Check if the user is currently active (within the idle threshold).

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected