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

Function editMarkdown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected