Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ write
Function
write
packages/tui/src/clipboard.ts:120–124 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
118
}
119
120
export
async
function
write(text: string) {
121
writeOsc52(text)
122
const
method =
await
getCopyMethod()
123
await
method(text)
124
}
Callers
2
closeAccepted
Function · 0.50
pty.ts
File · 0.50
Calls
3
writeOsc52
Function · 0.85
getCopyMethod
Function · 0.85
method
Function · 0.50
Tested by
no test coverage detected