(s, o)
| 41332 | s.value |
| 41333 | ) |
| 41334 | } |
| 41335 | getMutations(s, o) { |
| 41336 | return ( |
| 41337 | (s = s || 0), |
| 41338 | 'number' != typeof o && (o = this.mutations.length), |
| 41339 | this.mutations.slice(s, o) |
| 41340 | ) |
| 41341 | } |
| 41342 | getCurrentMutations() { |
| 41343 | return this.getMutationsForPlugin(this.getCurrentPlugin()) |
no outgoing calls
no test coverage detected