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