MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / updateYankLength

Function updateYankLength

src/utils/Cursor.ts:80–82  ·  view source on GitHub ↗
(length: number)

Source from the content-addressed store, hash-verified

78}
79
80export function updateYankLength(length: number): void {
81 lastYankLength = length
82}
83
84export function resetYankState(): void {
85 lastActionWasYank = false

Callers 2

handleKeyDownFunction · 0.85
handleYankPopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected