Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
process
Method · 0.95
Calls
1
renderContent
Function · 0.85
Tested by
no test coverage detected