()
| 84 | }) |
| 85 | |
| 86 | export function incrementProjectOnboardingSeenCount(): void { |
| 87 | saveCurrentProjectConfig(current => ({ |
| 88 | ...current, |
| 89 | projectOnboardingSeenCount: current.projectOnboardingSeenCount + 1, |
| 90 | })) |
| 91 | } |
nothing calls this directly
no test coverage detected