(s)
| 41277 | getPluginRunCount(s) { |
| 41278 | return this.getPluginHistory(s).length |
| 41279 | } |
| 41280 | getPluginHistoryTip(s) { |
| 41281 | const o = this.getPluginHistory(s) |
| 41282 | return (o && o[o.length - 1]) || {} |
| 41283 | } |
| 41284 | getPluginMutationIndex(s) { |
| 41285 | const o = this.getPluginHistoryTip(s).mutationIndex |
no test coverage detected