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

Function downloadWord

contents/medium.tsx:143–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 function downloadWord() {
144 const dom = document.querySelector("article")
145 saveWord(dom, articleTitle)
146 }
147
148 function editMarkdown() {
149 const dom = document.querySelector("article")

Callers

nothing calls this directly

Calls 1

saveWordFunction · 0.85

Tested by

no test coverage detected