MCPcopy Index your code
hub / github.com/github/docs / renderDescription

Method renderDescription

src/rest/scripts/utils/operation.js:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 async renderDescription() {
105 this.descriptionHTML = await renderContent(this.#operation.description)
106 return this
107 }
108
109 async renderExampleResponseDescriptions() {
110 return Promise.all(

Callers 1

processMethod · 0.95

Calls 1

renderContentFunction · 0.85

Tested by

no test coverage detected