MCPcopy 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
30function incrementCopy(space: CopySpace) {
31 state.copies[space] += 1
32 markActiveDay()
33}
34
35function incrementCreated(space: CreatedSpace) {
36 state.created[space] += 1

Callers 1

onCopyFunction · 0.85

Calls 1

markActiveDayFunction · 0.85

Tested by

no test coverage detected