MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearKillRing

Function clearKillRing

src/utils/Cursor.ts:66–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66export function clearKillRing(): void {
67 killRing = []
68 killRingIndex = 0
69 lastActionWasKill = false
70 lastActionWasYank = false
71 lastYankStart = 0
72 lastYankLength = 0
73}
74
75export function resetKillAccumulation(): void {
76 lastActionWasKill = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected