Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getLastKill
Function
getLastKill
src/utils/Cursor.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
export
function
getLastKill(): string {
51
return
killRing[0] ??
''
52
}
53
54
export
function
resetKillAccumulation(): void {
55
lastActionWasKill = false
Callers
2
handleKeyDown
Function · 0.85
yank
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected