* Check if tutorial is completed * @returns {boolean}
()
| 118 | * @returns {boolean} |
| 119 | */ |
| 120 | isCompleted() { |
| 121 | return this.completed; |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Check if tutorial has been started |
nothing calls this directly
no outgoing calls
no test coverage detected