MCPcopy Create free account
hub / github.com/codeaashu/claude-code / canYankPop

Function canYankPop

src/utils/Cursor.ts:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87export function canYankPop(): boolean {
88 return lastActionWasYank && killRing.length > 1
89}
90
91export function yankPop(): {
92 text: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected