MCPcopy
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
51export function getLastKill(): string {
52 return killRing[0] ?? ''
53}
54
55export function getKillRingItem(index: number): string {
56 if (killRing.length === 0) return ''

Callers 2

handleKeyDownFunction · 0.85
yankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected