MCPcopy
hub / github.com/github/docs / renderDescription

Method renderDescription

src/rest/scripts/utils/webhook.js:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 async renderDescription() {
62 this.descriptionHtml = await renderContent(this.#webhook.description)
63 this.summaryHtml = await renderContent(this.#webhook.summary)
64 return this
65 }
66
67 async renderBodyParameterDescriptions() {
68 if (!this.#webhook.requestBody) return []

Callers 1

processMethod · 0.95

Calls 1

renderContentFunction · 0.85

Tested by

no test coverage detected