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

Function goRpcParamsDescription

scripts/codegen/go.ts:279–281  ·  view source on GitHub ↗
(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)

Source from the content-addressed store, hash-verified

277}
278
279function goRpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined {
280 return method.params?.description ?? effectiveParams?.description;
281}
282
283function pushGoRpcMethodComment(
284 lines: string[],

Callers 3

emitMethodFunction · 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…