| 32 | * Create a new Node emulator instance |
| 33 | */ |
| 34 | export class Nodebox { |
| 35 | private channel: MessageSender = null as any; |
| 36 | private isConnected: boolean; |
| 37 | private url: string; |
nothing calls this directly
no outgoing calls
no test coverage detected