MCPcopy 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

ErrorComponentFunction · 0.85

Calls 1

copiedFunction · 0.50

Tested by

no test coverage detected