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

Function rpcParamsDescription

scripts/codegen/python.ts:771–773  ·  view source on GitHub ↗
(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)

Source from the content-addressed store, hash-verified

769}
770
771function rpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined {
772 return method.params?.description ?? effectiveParams?.description;
773}
774
775function pushPyRpcMethodDocstring(
776 lines: string[],

Callers 2

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