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

Method renderParameterDescriptions

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

Source from the content-addressed store, hash-verified

142 }
143
144 async renderParameterDescriptions() {
145 return Promise.all(
146 this.parameters.map(async (param) => {
147 param.description = await renderContent(param.description)
148 return param
149 })
150 )
151 }
152
153 async renderBodyParameterDescriptions() {
154 if (!this.#operation.requestBody) return []

Callers 1

processMethod · 0.95

Calls 1

renderContentFunction · 0.85

Tested by

no test coverage detected