(channelId: string)
| 509 | } |
| 510 | |
| 511 | private detectPlatform(channelId: string): RuntimePlatform { |
| 512 | return detectPlatformFromChannelId(channelId); |
| 513 | } |
| 514 | |
| 515 | private sendIpc(payload: unknown): void { |
| 516 | if (typeof process.send === "function") { |
no test coverage detected