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

Function rpcParamsDescription

scripts/codegen/typescript.ts:91–93  ·  view source on GitHub ↗
(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)

Source from the content-addressed store, hash-verified

89}
90
91function rpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined {
92 return method.params?.description ?? effectiveParams?.description;
93}
94
95function pushTsRpcMethodJsDoc(
96 lines: string[],

Callers 3

emitGroupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…