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

Function getDescription

contents/php.tsx:130–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 function getDescription() {
131 const summary = document.querySelector<HTMLMetaElement>(
132 'meta[name="description"]'
133 ).content
134 summary && prompt(i18n("getDescription"), summary)
135 }
136
137 function editMarkdown() {
138 const dom = document.querySelector(".phpscMain .php-article")

Callers

nothing calls this directly

Calls 1

i18nFunction · 0.85

Tested by

no test coverage detected