MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/activityManager.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * for user vs CLI active time.
12 */
13export class ActivityManager {
14 private activeOperations = new Set<string>()
15
16 private lastUserActivityTime: number = 0 // Start with 0 to indicate no activity yet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected