Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
export
function
resetKillAccumulation(): void {
76
lastActionWasKill = false
77
}
78
79
// Yank tracking for yank-pop
80
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