MCPcopy Index your code
hub / github.com/github/copilot-sdk / fallbackParameterDescription

Function fallbackParameterDescription

scripts/codegen/csharp.ts:154–156  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

152}
153
154function fallbackParameterDescription(name: string): string {
155 return name === "request" ? "The request parameters." : `The ${name} parameter.`;
156}
157
158function pushRpcMethodXmlDocs(
159 lines: string[],

Callers 1

pushRpcMethodXmlDocsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…