Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
export
function
resetKillAccumulation(): void {
55
lastActionWasKill = false
56
}
57
58
// Yank tracking for yank-pop
59
export
function
recordYank(start: number, length: number): void {
Callers
2
handleKeyDown
Function · 0.85
onInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected