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

Function downloadHtml

component/items/downloadHtml.tsx:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 let { name } = props
9
10 async function downloadHtml() {
11 sendToContentScript({
12 name: `${name}-downloadHtml`
13 })
14 }
15
16 return (
17 <div className="item download" onClick={downloadHtml}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected