MCPcopy Create free account
hub / github.com/massCodeIO/massCode / useActivityTracker

Function useActivityTracker

src/renderer/composables/useActivityTracker.ts:5–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3let started = false
4
5export function useActivityTracker() {
6 if (started) {
7 return
8 }
9 started = true
10
11 const { markActiveDay } = useDonations()
12
13 markActiveDay()
14}

Callers

nothing calls this directly

Calls 2

useDonationsFunction · 0.90
markActiveDayFunction · 0.85

Tested by

no test coverage detected