MCPcopy Create free account
hub / github.com/027xiguapi/code-box / handleCopy

Function handleCopy

tabs/history.tsx:158–162  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

156 }
157
158 function handleCopy(item) {
159 navigator.clipboard.writeText(item.value).then(() => {
160 message.success("复制成功!")
161 })
162 }
163
164 function handleDelete(item) {
165 Modal.confirm({

Callers 1

HistoryPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected