MCPcopy Create free account
hub / github.com/Noumena-Network/code / incrementProjectOnboardingSeenCount

Function incrementProjectOnboardingSeenCount

src/projectOnboardingState.ts:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84})
85
86export function incrementProjectOnboardingSeenCount(): void {
87 saveCurrentProjectConfig(current => ({
88 ...current,
89 projectOnboardingSeenCount: current.projectOnboardingSeenCount + 1,
90 }))
91}

Callers

nothing calls this directly

Calls 1

saveCurrentProjectConfigFunction · 0.85

Tested by

no test coverage detected