MCPcopy Index your code
hub / github.com/codeaashu/claude-code / resetKillAccumulation

Function resetKillAccumulation

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

Source from the content-addressed store, hash-verified

73}
74
75export function resetKillAccumulation(): void {
76 lastActionWasKill = false
77}
78
79// Yank tracking for yank-pop
80export 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