(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)
| 277 | } |
| 278 | |
| 279 | function goRpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined { |
| 280 | return method.params?.description ?? effectiveParams?.description; |
| 281 | } |
| 282 | |
| 283 | function pushGoRpcMethodComment( |
| 284 | lines: string[], |
no outgoing calls
no test coverage detected
searching dependent graphs…