(step)
| 49 | } |
| 50 | |
| 51 | hasCorrespondingRecipes(step) { |
| 52 | return matchRecipes(this.recipes, this.contextName).filter(r => !r.steps || r.steps.includes(step.title)).length > 0 |
| 53 | } |
| 54 | |
| 55 | async getCodeSuggestions(context) { |
| 56 | const suggestions = [] |
no test coverage detected