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

Method tutorial

debugger.js:142–147  ·  view source on GitHub ↗
(action, tutorialId, step = null)

Source from the content-addressed store, hash-verified

140 }
141
142 tutorial(action, tutorialId, step = null) {
143 this.ui(`Tutorial ${action}: ${tutorialId}`, {
144 step: step,
145 timestamp: Date.now()
146 });
147 }
148
149 popup(positioning, coords) {
150 this.ui('Popup Positioning', {

Callers 10

showMethod · 0.80
showTutorialOverlayFunction · 0.80
highlightTargetElementFunction · 0.80
addResizeHandlerFunction · 0.80
applyViewportSafeguardsFunction · 0.80
highlightElementFunction · 0.80
positionTutorialPopupFunction · 0.80

Calls 1

uiMethod · 0.95

Tested by

no test coverage detected