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

Function markStreakMilestoneShown

src/renderer/composables/useDonations.ts:75–79  ·  view source on GitHub ↗
(milestone: number)

Source from the content-addressed store, hash-verified

73}
74
75function markStreakMilestoneShown(milestone: number) {
76 if (!state.shownStreakMilestones.includes(milestone)) {
77 state.shownStreakMilestones.push(milestone)
78 }
79}
80
81function setGreetingDay(day: string) {
82 state.lastGreetingDay = day

Callers 1

useDonationTriggersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected