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

Function getDescription

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

Source from the content-addressed store, hash-verified

53 })
54
55 function getDescription() {
56 const summary = document.querySelector<HTMLMetaElement>(
57 'meta[name="description"]'
58 ).content
59 summary && prompt(i18n("getDescription"), summary)
60 }
61
62 function downloadPdf() {
63 const article = document.querySelector<HTMLElement>("#bgchange")

Callers

nothing calls this directly

Calls 1

i18nFunction · 0.85

Tested by

no test coverage detected