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

Function getStreakMilestone

src/renderer/composables/useDonationTriggers.ts:40–42  ·  view source on GitHub ↗
(streak: number)

Source from the content-addressed store, hash-verified

38}
39
40function getStreakMilestone(streak: number): number | null {
41 return STREAK_MILESTONES.find(m => m === streak) ?? null
42}
43
44const isToastVisible = ref(false)
45let started = false

Callers 1

useDonationTriggersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected