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

Function handlePrint

component/ui/toolBox.tsx:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 const handlePrint = () => {
56 props.onPrint()
57 }
58
59 const handleDownloadWord = () => {
60 props.onDownloadWord?.()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected