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

Function markSentMilestoneShown

src/renderer/composables/useDonations.ts:71–73  ·  view source on GitHub ↗
(space: SentSpace, milestone: number)

Source from the content-addressed store, hash-verified

69}
70
71function markSentMilestoneShown(space: SentSpace, milestone: number) {
72 state.lastShownSentMilestones[space] = milestone
73}
74
75function markStreakMilestoneShown(milestone: number) {
76 if (!state.shownStreakMilestones.includes(milestone)) {

Callers 1

useDonationTriggersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected