(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 |
| 41286 | return 'number' != typeof o ? -1 : o |
| 41287 | } |
| 41288 | updatePluginHistory(s, o) { |
| 41289 | const i = this.constructor.getPluginName(s) |
no test coverage detected