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