Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ incrementCreated
Function
incrementCreated
src/renderer/composables/useDonations.ts:35–38 ·
view source on GitHub ↗
(space: CreatedSpace)
Source
from the content-addressed store, hash-verified
33
}
34
35
function
incrementCreated(space: CreatedSpace) {
36
state.created[space] += 1
37
markActiveDay()
38
}
39
40
function
incrementSent(space: SentSpace) {
41
state.sent[space] += 1
Callers
1
createHttpRequest
Function · 0.85
Calls
1
markActiveDay
Function · 0.85
Tested by
no test coverage detected