MCPcopy
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
50export function getLastKill(): string {
51 return killRing[0] ?? ''
52}
53
54export function resetKillAccumulation(): void {
55 lastActionWasKill = false

Callers 2

handleKeyDownFunction · 0.85
yankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected