(s)
| 41270 | if (this.promisedPatches.length > 0) |
| 41271 | return Promise.race(this.promisedPatches.map((s) => s.value)) |
| 41272 | } |
| 41273 | getPluginHistory(s) { |
| 41274 | const o = this.constructor.getPluginName(s) |
| 41275 | return this.pluginHistory[o] || [] |
| 41276 | } |
| 41277 | getPluginRunCount(s) { |
| 41278 | return this.getPluginHistory(s).length |
no test coverage detected