Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ _resetLinuxCopyCache
Function
_resetLinuxCopyCache
src/ink/termio/osc.ts:222–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
221
/** @internal test-only */
222
export
function
_resetLinuxCopyCache(): void {
223
linuxCopy = undefined
224
}
225
226
/**
227
* OSC command numbers
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected