MCPcopy Create free account
hub / github.com/danja/dogalog / hasStarted

Method hasStarted

src/tutorial/tutorialManager.js:128–130  ·  view source on GitHub ↗

* Check if tutorial has been started * @returns {boolean}

()

Source from the content-addressed store, hash-verified

126 * @returns {boolean}
127 */
128 hasStarted() {
129 return this.currentStep > 0 || this.completed;
130 }
131
132 /**
133 * Register event listener

Callers 1

initializeAppFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected