MCPcopy
hub / github.com/codeaashu/claude-code / updateYankLength

Function updateYankLength

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

Source from the content-addressed store, hash-verified

103}
104
105export function updateYankLength(length: number): void {
106 lastYankLength = length
107}
108
109export function resetYankState(): void {
110 lastActionWasYank = false

Callers 2

handleKeyDownFunction · 0.85
handleYankPopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected