()
| 19 | } |
| 20 | |
| 21 | clear() { |
| 22 | this.recipes = {} |
| 23 | this.fixes = [] |
| 24 | this.prepareFns = [] |
| 25 | this.contextName = null |
| 26 | this.numHealed = 0 |
| 27 | } |
| 28 | |
| 29 | addRecipe(name, opts = {}) { |
| 30 | if (!opts.priority) opts.priority = 0 |
no outgoing calls
no test coverage detected