(...types)
| 496 | isProject () { return Level.isProject(this.attributes) } |
| 497 | |
| 498 | isType (...types) { |
| 499 | return Array.from(types).includes(this.get('type', true)) |
| 500 | } |
| 501 | |
| 502 | getSolutions () { |
| 503 | const plan = this.getProgrammablePlan() |
no test coverage detected