(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)
| 769 | } |
| 770 | |
| 771 | function rpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined { |
| 772 | return method.params?.description ?? effectiveParams?.description; |
| 773 | } |
| 774 | |
| 775 | function pushPyRpcMethodDocstring( |
| 776 | lines: string[], |
no outgoing calls
no test coverage detected
searching dependent graphs…