MCPcopy
hub / github.com/claude-code-best/claude-code / resetKillAccumulation

Function resetKillAccumulation

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

Source from the content-addressed store, hash-verified

52}
53
54export function resetKillAccumulation(): void {
55 lastActionWasKill = false
56}
57
58// Yank tracking for yank-pop
59export function recordYank(start: number, length: number): void {

Callers 2

handleKeyDownFunction · 0.85
onInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected