(method: RpcMethod)
| 427 | } |
| 428 | |
| 429 | function goRequestFallbackName(method: RpcMethod): string { |
| 430 | return toPascalCase(method.rpcMethod) + "Request"; |
| 431 | } |
| 432 | |
| 433 | function schemaSourceForNamedDefinition( |
| 434 | schema: JSONSchema7 | null | undefined, |
no test coverage detected
searching dependent graphs…