(method: RpcMethod)
| 1310 | } |
| 1311 | |
| 1312 | function pythonRequestFallbackName(method: RpcMethod): string { |
| 1313 | return toPascalCase(method.rpcMethod) + "Request"; |
| 1314 | } |
| 1315 | |
| 1316 | function schemaSourceForNamedDefinition( |
| 1317 | schema: JSONSchema7 | null | undefined, |
no test coverage detected
searching dependent graphs…