MCPcopy 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
40function incrementSent(space: SentSpace) {
41 state.sent[space] += 1
42 markActiveDay()
43}
44
45function markActiveDay() {
46 const now = today()

Callers 1

executeCurrentRequestFunction · 0.85

Calls 1

markActiveDayFunction · 0.85

Tested by

no test coverage detected