(options: SlackAdapterOptions)
| 67 | private rootDir = ""; |
| 68 | private ipcBroadcaster: IpcBroadcaster | null = null; |
| 69 | |
| 70 | constructor(options: SlackAdapterOptions) { |
| 71 | this.options = options; |
| 72 | } |
| 73 | |
| 74 | async start(ctx: AdapterContext): Promise<void> { |
nothing calls this directly
no outgoing calls
no test coverage detected