(method: RpcMethod)
| 1729 | } |
| 1730 | |
| 1731 | function rpcMethodConstName(method: RpcMethod): string { |
| 1732 | return method.rpcMethod.replace(/\./g, "_").toUpperCase(); |
| 1733 | } |
| 1734 | |
| 1735 | function emitNamespaceStruct( |
| 1736 | out: string[], |
no outgoing calls
no test coverage detected
searching dependent graphs…