(s)
| 41361 | setContext(s, o) { |
| 41362 | return this.contextTree.set(s, o) |
| 41363 | } |
| 41364 | _hasRun(s) { |
| 41365 | return this.getPluginRunCount(this.getCurrentPlugin()) > (s || 0) |
| 41366 | } |
| 41367 | dispatch() { |
| 41368 | const s = this, |
nothing calls this directly
no test coverage detected