MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / hasCorrespondingRecipes

Method hasCorrespondingRecipes

lib/heal.js:51–53  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

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 = []

Callers 2

heal.jsFile · 0.80
heal_test.jsFile · 0.80

Calls 3

matchRecipesFunction · 0.85
filterMethod · 0.80
includesMethod · 0.80

Tested by

no test coverage detected