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

Function downloadWord

contents/360doc.tsx:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 function downloadWord() {
72 const dom = document.querySelector("#bgchange")
73 saveWord(dom, articleTitle)
74 }
75
76 function editMarkdown() {
77 const dom = document.querySelector("#bgchange")

Callers

nothing calls this directly

Calls 1

saveWordFunction · 0.85

Tested by

no test coverage detected