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

Function downloadWord

contents/segmentfault.tsx:84–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 function downloadWord() {
85 const dom = document.querySelector(".container")
86 saveWord(dom, articleTitle)
87 }
88
89 function editMarkdown() {
90 const dom = document.querySelector(".container")

Callers

nothing calls this directly

Calls 1

saveWordFunction · 0.85

Tested by

no test coverage detected