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

Method clear

lib/heal.js:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

_finishRunMethod · 0.45
actor_test.jsFile · 0.45
container_test.jsFile · 0.45
heal_test.jsFile · 0.45
bdd_test.jsFile · 0.45
worker_test.jsFile · 0.45
els_test.jsFile · 0.45
ui_test.jsFile · 0.45
expose_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected