Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
export
function
updateYankLength(length: number): void {
106
lastYankLength = length
107
}
108
109
export
function
resetYankState(): void {
110
lastActionWasYank = false
Callers
2
handleKeyDown
Function · 0.85
handleYankPop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected