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

Method isCompleted

src/tutorial/tutorialManager.js:120–122  ·  view source on GitHub ↗

* Check if tutorial is completed * @returns {boolean}

()

Source from the content-addressed store, hash-verified

118 * @returns {boolean}
119 */
120 isCompleted() {
121 return this.completed;
122 }
123
124 /**
125 * Check if tutorial has been started

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected