()
| 183 | } |
| 184 | |
| 185 | export function openRepositoryTutorial() { |
| 186 | CarrotDebug.ui('🎓 openRepositoryTutorial called'); |
| 187 | startTutorial('repository-management'); |
| 188 | } |
| 189 | |
| 190 | export function openInjectionTutorial() { |
| 191 | CarrotDebug.ui('🎓 openInjectionTutorial called'); |
no test coverage detected