()
| 64 | } |
| 65 | |
| 66 | export function clearKillRing(): void { |
| 67 | killRing = [] |
| 68 | killRingIndex = 0 |
| 69 | lastActionWasKill = false |
| 70 | lastActionWasYank = false |
| 71 | lastYankStart = 0 |
| 72 | lastYankLength = 0 |
| 73 | } |
| 74 | |
| 75 | export function resetKillAccumulation(): void { |
| 76 | lastActionWasKill = false |
nothing calls this directly
no outgoing calls
no test coverage detected