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

Function markCreatedMilestoneShown

src/renderer/composables/useDonations.ts:67–69  ·  view source on GitHub ↗
(space: CreatedSpace, milestone: number)

Source from the content-addressed store, hash-verified

65}
66
67function markCreatedMilestoneShown(space: CreatedSpace, milestone: number) {
68 state.lastShownCreatedMilestones[space] = milestone
69}
70
71function markSentMilestoneShown(space: SentSpace, milestone: number) {
72 state.lastShownSentMilestones[space] = milestone

Callers 1

useDonationTriggersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected