Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ incrementCopy
Function
incrementCopy
src/renderer/composables/useDonations.ts:30–33 ·
view source on GitHub ↗
(space: CopySpace)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
incrementCopy(space: CopySpace) {
31
state.copies[space] += 1
32
markActiveDay()
33
}
34
35
function
incrementCreated(space: CreatedSpace) {
36
state.created[space] += 1
Callers
1
onCopy
Function · 0.85
Calls
1
markActiveDay
Function · 0.85
Tested by
no test coverage detected