Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ incrementSent
Function
incrementSent
src/renderer/composables/useDonations.ts:40–43 ·
view source on GitHub ↗
(space: SentSpace)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
incrementSent(space: SentSpace) {
41
state.sent[space] += 1
42
markActiveDay()
43
}
44
45
function
markActiveDay() {
46
const
now = today()
Callers
1
executeCurrentRequest
Function · 0.85
Calls
1
markActiveDay
Function · 0.85
Tested by
no test coverage detected