Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
let
started = false
4
5
export
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
useDonations
Function · 0.90
markActiveDay
Function · 0.85
Tested by
no test coverage detected