(method: RpcMethod, effectiveParams: JSONSchema7 | undefined)
| 89 | } |
| 90 | |
| 91 | function rpcParamsDescription(method: RpcMethod, effectiveParams: JSONSchema7 | undefined): string | undefined { |
| 92 | return method.params?.description ?? effectiveParams?.description; |
| 93 | } |
| 94 | |
| 95 | function pushTsRpcMethodJsDoc( |
| 96 | lines: string[], |
no outgoing calls
no test coverage detected
searching dependent graphs…