Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ isCopied
Function
isCopied
packages/tui/src/component/error-component.tsx:137–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
{(action, index) => {
136
const isSelected = () => selected() === index()
137
const isCopied = () => action.copy && copied()
138
return (
139
<box flexDirection=
"column"
alignItems=
"center"
flexShrink={0}>
140
<box
Callers
1
ErrorComponent
Function · 0.85
Calls
1
copied
Function · 0.50
Tested by
no test coverage detected