MCPcopy Create free account
hub / github.com/massCodeIO/massCode / useDonations

Function useDonations

src/renderer/composables/useDonations.ts:85–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85export function useDonations() {
86 return {
87 donations: state,
88 today,
89 incrementCopy,
90 incrementCreated,
91 incrementSent,
92 markActiveDay,
93 markCopyMilestoneShown,
94 markCreatedMilestoneShown,
95 markSentMilestoneShown,
96 markStreakMilestoneShown,
97 setGreetingDay,
98 }
99}

Callers 9

useActivityTrackerFunction · 0.90
createSnippetFunction · 0.90
useCopyTrackerFunction · 0.90
useDonationTriggersFunction · 0.90
createSheetFunction · 0.90
createDrawingFunction · 0.90
useHttpRequests.tsFile · 0.90
useHttpExecute.tsFile · 0.90
createNoteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected