( method: RpcMethod, resolvedParams: JSONSchema7 | undefined, )
| 584 | } |
| 585 | |
| 586 | function rustRpcParamsDescription( |
| 587 | method: RpcMethod, |
| 588 | resolvedParams: JSONSchema7 | undefined, |
| 589 | ): string | undefined { |
| 590 | return method.params?.description ?? resolvedParams?.description; |
| 591 | } |
| 592 | |
| 593 | function rustRpcMethodDocs( |
| 594 | method: RpcMethod, |
no outgoing calls
no test coverage detected
searching dependent graphs…