()
| 1393 | let threadService: ThreadService | null = null; |
| 1394 | |
| 1395 | export function getThreadService(): ThreadService { |
| 1396 | if (!threadService) { |
| 1397 | threadService = new ThreadService(); |
| 1398 | } |
| 1399 | return threadService; |
| 1400 | } |
no outgoing calls
no test coverage detected