(method: RpcMethod)
| 1486 | } |
| 1487 | |
| 1488 | function paramsTypeName(method: RpcMethod): string { |
| 1489 | return getCSharpSchemaTypeName(resolveMethodParamsSchema(method), `${typeToClassName(method.rpcMethod)}Request`); |
| 1490 | } |
| 1491 | |
| 1492 | function resolveMethodParamsSchema(method: RpcMethod): JSONSchema7 | undefined { |
| 1493 | return ( |
no test coverage detected
searching dependent graphs…