MCPcopy Create free account
hub / github.com/Coneja-Chibi/CarrotKernel / openSystemTutorial

Function openSystemTutorial

tutorials.js:180–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178
179// Tutorial launcher methods
180export function openSystemTutorial() {
181 CarrotDebug.ui('🎓 openSystemTutorial called');
182 startTutorial('basic-setup');
183}
184
185export function openRepositoryTutorial() {
186 CarrotDebug.ui('🎓 openRepositoryTutorial called');

Callers 1

index.jsFile · 0.90

Calls 2

startTutorialFunction · 0.85
uiMethod · 0.80

Tested by

no test coverage detected